#6ECAC6

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

Shades of Downy #6ECAC6

Tints of Downy #6ECAC6

Color information

#6ECAC6 (or 0x6ECAC6) is unknown color: approx Downy. HEX triplet: 6E, CA and C6. RGB value is (110,202,198). Sum of RGB (Red+Green+Blue) = 110+202+198=510 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.57% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #6ECAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECAC6 is #913539. Grayscale: #ADADAD. Windows color (decimal): -9516346 or 13027950. OLE color: 13027950.

HSL color Cylindrical-coordinate representation of color #6ECAC6: hue angle of 177.39º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECAC6 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB110202198-
CMYK0.4600.020.21
HSL177.39º46.46%61.18%-
HSV(B)177.39º45.54%79.22%-
XYZ37.7449.6361.02-
YUV174.04141.5282.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.57%
GREEN value IS 202 (79.30% from 255) = 39.61%
BLUE value IS 198 (77.73% from 255) = 38.82%
R=21.57%
G=39.61%
B=38.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1102021980.4600.020.21177.3946.4661.18
Hex6ECAC62E0215b12e3d
Octal1563123065602252615675
Binary110111011001010110001101011100101010110110001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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