Html Css Color HEX #6FD2CB Downy

📋 copy color: '#6FD2CB'

red 111 ◦ green 210 ◦ blue 203

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

Shades of Downy #6FD2CB

Tints of Downy #6FD2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.74%

R = 21.18%
G = 40.08%
B = 38.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#6FD2CB (or 0x6FD2CB) is known color: Downy. HEX triplet: 6F, D2 and CB. RGB value is (111,210,203). Sum of RGB (Red+Green+Blue) = 111+210+203=524 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.18% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD2CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD2CB is #902D34. Grayscale: #B3B3B3. Windows color (decimal): -9448757 or 13357679. OLE color: 13357679.

HSL color Cylindrical-coordinate representation of color #6FD2CB: hue angle of 175.76º 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 #6FD2CB is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 111 210 203 -
CMYK 0.47 0 0.03 0.18
HSL 175.76º 0.52% 0.63% -
HSV(B) 175.76º 0.47% 0.82% -
XYZ 40.38 53.78 64.75 -
YUV 179.6 141.2 79.07 -
System Red Green Blue C M Y K H S L
Decimal 111 210 203 0.47 0 0.03 0.18 175.76 0.52 0.63
Hex 6F D2 CB 2F 0 3 12 B0 34 3F
Octal 157 322 313 57 0 3 22 260 64 77
Binary 1101111 11010010 11001011 101111 0 11 10010 10110000 110100 111111

Color Harmonies of #6FD2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD2CB

Black with #6FD2CB

Text Example


Text Example

White with #6FD2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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