Html Css Color HEX #6FD2BB Downy

📋 copy color: '#6FD2BB'

red 111 ◦ green 210 ◦ blue 187

#6FD2BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #6FD2BB

Tints of Downy #6FD2BB

RGB

 RED value IS 111 (43.75% from 255) = 21.85%

 GREEN value IS 210 (82.42% from 255) = 41.34%

 BLUE value IS 187 (73.44% from 255) = 36.81%

R = 21.85%
G = 41.34%
B = 36.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6FD2BB (or 0x6FD2BB) is known color: Downy. HEX triplet: 6F, D2 and BB. RGB value is (111,210,187). Sum of RGB (Red+Green+Blue) = 111+210+187=508 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.85% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD2BB is #902D44. Grayscale: #B1B1B1. Windows color (decimal): -9448773 or 12309103. OLE color: 12309103.

HSL color Cylindrical-coordinate representation of color #6FD2BB: hue angle of 166.06º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD2BB is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 111 210 187 -
CMYK 0.47 0 0.11 0.18
HSL 166.06º 0.52% 0.63% -
HSV(B) 166.06º 0.47% 0.82% -
XYZ 38.57 53.06 55.22 -
YUV 177.78 133.2 80.37 -
System Red Green Blue C M Y K H S L
Decimal 111 210 187 0.47 0 0.11 0.18 166.06 0.52 0.63
Hex 6F D2 BB 2F 0 B 12 A6 34 3F
Octal 157 322 273 57 0 13 22 246 64 77
Binary 1101111 11010010 10111011 101111 0 1011 10010 10100110 110100 111111

Color Harmonies of #6FD2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD2BB

Black with #6FD2BB

Text Example


Text Example

White with #6FD2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FD2BB; }

 p { color: rgb(111,210,187); }

 H1.HeaderClassName
 {
   color: #6FD2BB;
 }
 .AnyTagClassName
 {
   color: #6FD2BB;
 }
</style>

background-color css

<style>
 a { background-color: #6FD2BB; }

 a { background-color: rgb(111,210,187); }

 div.DivClassName
 {
   background-color: #6FD2BB;
 }
 .BgClassName
 {
   background-color: #6FD2BB;
 }
</style>

border-color css

<style>
 span { border-color: #6FD2BB; }

 span { border-color: rgb(111,210,187); }

 td.TdClassName
 {
   border-color: #6FD2BB;
 }
 .TagClassName
 {
   border-color: #6FD2BB;
 }
</style>