#6DDEC8

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

Shades of Downy #6DDEC8

Tints of Downy #6DDEC8

Color information

#6DDEC8 (or 0x6DDEC8) is unknown color: approx Downy. HEX triplet: 6D, DE and C8. RGB value is (109,222,200). Sum of RGB (Red+Green+Blue) = 109+222+200=531 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.53% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDEC8 is #922137. Grayscale: #B9B9B9. Windows color (decimal): -9576760 or 13164141. OLE color: 13164141.

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

Color convert

RGB109222200-
CMYK0.5100.100.13
HSL168.32º63.13%64.9%-
HSV(B)168.32º50.9%87.06%-
XYZ42.8559.6663.9-
YUV185.7136.0673.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.53%
GREEN value IS 222 (87.11% from 255) = 41.81%
BLUE value IS 200 (78.52% from 255) = 37.66%
R=20.53%
G=41.81%
B=37.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092222000.5100.100.13168.3263.1364.9
Hex6DDEC8330ADa83f41
Octal155336310630121525077101
Binary11011011101111011001000110011010101101101010001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,222,200); }

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

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

 a { background-color: rgb(109,222,200); }

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

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

 span { border-color: rgb(109,222,200); }

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