#6ECEC6

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

Shades of Downy #6ECEC6

Tints of Downy #6ECEC6

Color information

#6ECEC6 (or 0x6ECEC6) is unknown color: approx Downy. HEX triplet: 6E, CE and C6. RGB value is (110,206,198). Sum of RGB (Red+Green+Blue) = 110+206+198=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 198 (77.73% from 255 or 38.52% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #6ECEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECEC6 is #913139. Grayscale: #B0B0B0. Windows color (decimal): -9515322 or 13028974. OLE color: 13028974.

HSL color Cylindrical-coordinate representation of color #6ECEC6: hue angle of 175º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ECEC6 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB110206198-
CMYK0.4700.040.19
HSL175º49.48%61.96%-
HSV(B)175º46.6%80.78%-
XYZ38.6951.5361.33-
YUV176.38140.280.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.40%
GREEN value IS 206 (80.86% from 255) = 40.08%
BLUE value IS 198 (77.73% from 255) = 38.52%
R=21.40%
G=40.08%
B=38.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1102061980.4700.040.1917549.4861.96
Hex6ECEC62F0413af313e
Octal1563163065704232576176
Binary1101110110011101100011010111101001001110101111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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