#6ECCBE

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

Shades of Downy #6ECCBE

Tints of Downy #6ECCBE

Color information

#6ECCBE (or 0x6ECCBE) is unknown color: approx Downy. HEX triplet: 6E, CC and BE. RGB value is (110,204,190). Sum of RGB (Red+Green+Blue) = 110+204+190=504 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.83% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCBE is #913341. Grayscale: #AEAEAE. Windows color (decimal): -9515842 or 12504174. OLE color: 12504174.

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

Color convert

RGB110204190-
CMYK0.4600.070.2
HSL171.06º47.96%61.57%-
HSV(B)171.06º46.08%80%-
XYZ37.3250.2256.44-
YUV174.3136.8682.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.83%
GREEN value IS 204 (80.08% from 255) = 40.48%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=21.83%
G=40.48%
B=37.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1102041900.4600.070.2171.0647.9661.57
Hex6ECCBE2E0714ab303e
Octal1563142765607242536076
Binary1101110110011001011111010111001111010010101011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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