#6EDECD

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

Shades of Downy #6EDECD

Tints of Downy #6EDECD

Color information

#6EDECD (or 0x6EDECD) is unknown color: approx Downy. HEX triplet: 6E, DE and CD. RGB value is (110,222,205). Sum of RGB (Red+Green+Blue) = 110+222+205=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDECD is #912132. Grayscale: #BABABA. Windows color (decimal): -9511219 or 13491822. OLE color: 13491822.

HSL color Cylindrical-coordinate representation of color #6EDECD: hue angle of 170.89º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDECD is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB110222205-
CMYK0.5000.080.13
HSL170.89º62.92%65.1%-
HSV(B)170.89º50.45%87.06%-
XYZ43.5759.9767.04-
YUV186.57138.3973.38-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.48%
GREEN value IS 222 (87.11% from 255) = 41.34%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=20.48%
G=41.34%
B=38.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1102222050.5000.080.13170.8962.9265.1
Hex6EDECD3208Dab3f41
Octal156336315620101525377101
Binary11011101101111011001101110010010001101101010111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,222,205); }

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

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

 a { background-color: rgb(110,222,205); }

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

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

 span { border-color: rgb(110,222,205); }

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