#6ECBBD

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

Shades of Downy #6ECBBD

Tints of Downy #6ECBBD

Color information

#6ECBBD (or 0x6ECBBD) is unknown color: approx Downy. HEX triplet: 6E, CB and BD. RGB value is (110,203,189). Sum of RGB (Red+Green+Blue) = 110+203+189=502 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.91% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #6ECBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECBBD is #913442. Grayscale: #ADADAD. Windows color (decimal): -9516099 or 12438382. OLE color: 12438382.

HSL color Cylindrical-coordinate representation of color #6ECBBD: hue angle of 170.97º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECBBD is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB110203189-
CMYK0.4600.070.20
HSL170.97º47.21%61.37%-
HSV(B)170.97º45.81%79.61%-
XYZ36.9749.755.79-
YUV173.6136.6982.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.91%
GREEN value IS 203 (79.69% from 255) = 40.44%
BLUE value IS 189 (74.22% from 255) = 37.65%
R=21.91%
G=40.44%
B=37.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1102031890.4600.070.20170.9747.2161.37
Hex6ECBBD2E0714ab2f3d
Octal1563132755607242535775
Binary1101110110010111011110110111001111010010101011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,203,189); }

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

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

 a { background-color: rgb(110,203,189); }

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

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

 span { border-color: rgb(110,203,189); }

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