#6EC4BB

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

Shades of Downy #6EC4BB

Tints of Downy #6EC4BB

Color information

#6EC4BB (or 0x6EC4BB) is unknown color: approx Downy. HEX triplet: 6E, C4 and BB. RGB value is (110,196,187). Sum of RGB (Red+Green+Blue) = 110+196+187=493 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.31% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #6EC4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC4BB is #913B44. Grayscale: #A9A9A9. Windows color (decimal): -9517893 or 12305518. OLE color: 12305518.

HSL color Cylindrical-coordinate representation of color #6EC4BB: hue angle of 173.72º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6EC4BB is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB110196187-
CMYK0.4400.050.23
HSL173.72º42.16%60%-
HSV(B)173.72º43.88%76.86%-
XYZ35.1446.3854.11-
YUV169.26138.0185.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.31%
GREEN value IS 196 (76.95% from 255) = 39.76%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=22.31%
G=39.76%
B=37.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1101961870.4400.050.23173.7242.1660
Hex6EC4BB2C0517ae2a3c
Octal1563042735405272565274
Binary1101110110001001011101110110001011011110101110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,196,187); }

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

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

 a { background-color: rgb(110,196,187); }

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

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

 span { border-color: rgb(110,196,187); }

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