#6DDDB7

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

Shades of Downy #6DDDB7

Tints of Downy #6DDDB7

Color information

#6DDDB7 (or 0x6DDDB7) is unknown color: approx Downy. HEX triplet: 6D, DD and B7. RGB value is (109,221,183). Sum of RGB (Red+Green+Blue) = 109+221+183=513 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.25% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDB7 is #922248. Grayscale: #B7B7B7. Windows color (decimal): -9577033 or 12049773. OLE color: 12049773.

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

Color convert

RGB109221183-
CMYK0.5100.170.13
HSL159.64º62.22%64.71%-
HSV(B)159.64º50.68%86.67%-
XYZ40.7158.3853.92-
YUV183.18127.8975.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.25%
GREEN value IS 221 (86.72% from 255) = 43.08%
BLUE value IS 183 (71.88% from 255) = 35.67%
R=21.25%
G=43.08%
B=35.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092211830.5100.170.13159.6462.2264.71
Hex6DDDB733011Da03e41
Octal155335267630211524076101
Binary110110111011101101101111100110100011101101000001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,221,183); }

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

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

 a { background-color: rgb(109,221,183); }

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

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

 span { border-color: rgb(109,221,183); }

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