#6ECACC

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

Shades of Downy #6ECACC

Tints of Downy #6ECACC

Color information

#6ECACC (or 0x6ECACC) is unknown color: approx Downy. HEX triplet: 6E, CA and CC. RGB value is (110,202,204). Sum of RGB (Red+Green+Blue) = 110+202+204=516 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.32% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #6ECACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECACC is #913533. Grayscale: #AEAEAE. Windows color (decimal): -9516340 or 13421166. OLE color: 13421166.

HSL color Cylindrical-coordinate representation of color #6ECACC: hue angle of 181.28º 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 #6ECACC is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB110202204-
CMYK0.460.0100.2
HSL181.28º47.96%61.57%-
HSV(B)181.28º46.08%80%-
XYZ38.4549.9264.73-
YUV174.72144.5281.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.32%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=21.32%
G=39.15%
B=39.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1102022040.460.0100.2181.2847.9661.57
Hex6ECACC2E1014b5303e
Octal1563123145610242656076
Binary11011101100101011001100101110101010010110101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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