#6ECCC8

Color #6ECCC8 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6ECCC8

Tints of Downy #6ECCC8

Color information

#6ECCC8 (or 0x6ECCC8) is unknown color: approx Downy. HEX triplet: 6E, CC and C8. RGB value is (110,204,200). Sum of RGB (Red+Green+Blue) = 110+204+200=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCC8 is #913337. Grayscale: #AFAFAF. Windows color (decimal): -9515832 or 13159534. OLE color: 13159534.

HSL color Cylindrical-coordinate representation of color #6ECCC8: hue angle of 177.45º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECCC8 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB110204200-
CMYK0.4600.020.2
HSL177.45º47.96%61.57%-
HSV(B)177.45º46.08%80%-
XYZ38.4550.6762.4-
YUV175.44141.8681.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.40%
GREEN value IS 204 (80.08% from 255) = 39.69%
BLUE value IS 200 (78.52% from 255) = 38.91%
R=21.40%
G=39.69%
B=38.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1102042000.4600.020.2177.4547.9661.57
Hex6ECCC82E0214b1303e
Octal1563143105602242616076
Binary110111011001100110010001011100101010010110001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,204,200); }

 H1.HeaderClassName
 {
   color: #6ECCC8;
 }
 .AnyTagClassName
 {
   color: #6ECCC8;
 }
</style>
background-color css

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

 a { background-color: rgb(110,204,200); }

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

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

 span { border-color: rgb(110,204,200); }

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