#6EC3BF

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

Shades of Downy #6EC3BF

Tints of Downy #6EC3BF

Color information

#6EC3BF (or 0x6EC3BF) is unknown color: approx Downy. HEX triplet: 6E, C3 and BF. RGB value is (110,195,191). Sum of RGB (Red+Green+Blue) = 110+195+191=496 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.18% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #6EC3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC3BF is #913C40. Grayscale: #A9A9A9. Windows color (decimal): -9518145 or 12567406. OLE color: 12567406.

HSL color Cylindrical-coordinate representation of color #6EC3BF: hue angle of 177.18º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6EC3BF is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB110195191-
CMYK0.4400.020.24
HSL177.18º41.46%59.8%-
HSV(B)177.18º43.59%76.47%-
XYZ35.3546.1156.33-
YUV169.13140.3485.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.18%
GREEN value IS 195 (76.56% from 255) = 39.31%
BLUE value IS 191 (75% from 255) = 38.51%
R=22.18%
G=39.31%
B=38.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101951910.4400.020.24177.1841.4659.8
Hex6EC3BF2C0218b1293c
Octal1563032775402302615174
Binary110111011000011101111111011000101100010110001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,195,191); }

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

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

 a { background-color: rgb(110,195,191); }

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

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

 span { border-color: rgb(110,195,191); }

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