#6DDEC9

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

Shades of Downy #6DDEC9

Tints of Downy #6DDEC9

Color information

#6DDEC9 (or 0x6DDEC9) is unknown color: approx Downy. HEX triplet: 6D, DE and C9. RGB value is (109,222,201). Sum of RGB (Red+Green+Blue) = 109+222+201=532 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.49% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDEC9 is #922136. Grayscale: #B9B9B9. Windows color (decimal): -9576759 or 13229677. OLE color: 13229677.

HSL color Cylindrical-coordinate representation of color #6DDEC9: hue angle of 168.85º 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 #6DDEC9 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB109222201-
CMYK0.5100.090.13
HSL168.85º63.13%64.9%-
HSV(B)168.85º50.9%87.06%-
XYZ42.9759.7164.52-
YUV185.82136.5673.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.49%
GREEN value IS 222 (87.11% from 255) = 41.73%
BLUE value IS 201 (78.91% from 255) = 37.78%
R=20.49%
G=41.73%
B=37.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092222010.5100.090.13168.8563.1364.9
Hex6DDEC93309Da93f41
Octal155336311630111525177101
Binary11011011101111011001001110011010011101101010011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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