#6ECCB5

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

Shades of Downy #6ECCB5

Tints of Downy #6ECCB5

Color information

#6ECCB5 (or 0x6ECCB5) is unknown color: approx Downy. HEX triplet: 6E, CC and B5. RGB value is (110,204,181). Sum of RGB (Red+Green+Blue) = 110+204+181=495 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.22% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCB5 is #91334A. Grayscale: #ADADAD. Windows color (decimal): -9515851 or 11914350. OLE color: 11914350.

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

Color convert

RGB110204181-
CMYK0.4600.110.2
HSL165.32º47.96%61.57%-
HSV(B)165.32º46.08%80%-
XYZ36.3649.8451.42-
YUV173.27132.3682.87-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.22%
GREEN value IS 204 (80.08% from 255) = 41.21%
BLUE value IS 181 (71.09% from 255) = 36.57%
R=22.22%
G=41.21%
B=36.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1102041810.4600.110.2165.3247.9661.57
Hex6ECCB52E0B14a5303e
Octal15631426556013242456076
Binary11011101100110010110101101110010111010010100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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