#6EC4BE

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

Shades of Downy #6EC4BE

Tints of Downy #6EC4BE

Color information

#6EC4BE (or 0x6EC4BE) is unknown color: approx Downy. HEX triplet: 6E, C4 and BE. RGB value is (110,196,190). Sum of RGB (Red+Green+Blue) = 110+196+190=496 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.18% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 196 - color contains mainly: green. Hex color #6EC4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC4BE is #913B41. Grayscale: #A9A9A9. Windows color (decimal): -9517890 or 12502126. OLE color: 12502126.

HSL color Cylindrical-coordinate representation of color #6EC4BE: hue angle of 175.81º 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 #6EC4BE is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB110196190-
CMYK0.4400.030.23
HSL175.81º42.16%60%-
HSV(B)175.81º43.88%76.86%-
XYZ35.4646.5155.82-
YUV169.6139.5185.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.18%
GREEN value IS 196 (76.95% from 255) = 39.52%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=22.18%
G=39.52%
B=38.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1101961900.4400.030.23175.8142.1660
Hex6EC4BE2C0317b02a3c
Octal1563042765403272605274
Binary110111011000100101111101011000111011110110000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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