#6DDCB7

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

Shades of Downy #6DDCB7

Tints of Downy #6DDCB7

Color information

#6DDCB7 (or 0x6DDCB7) is unknown color: approx Downy. HEX triplet: 6D, DC and B7. RGB value is (109,220,183). Sum of RGB (Red+Green+Blue) = 109+220+183=512 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.29% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCB7 is #922348. Grayscale: #B6B6B6. Windows color (decimal): -9577289 or 12049517. OLE color: 12049517.

HSL color Cylindrical-coordinate representation of color #6DDCB7: hue angle of 160º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDCB7 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB109220183-
CMYK0.5000.170.14
HSL160º61.33%64.51%-
HSV(B)160º50.45%86.27%-
XYZ40.4557.8653.84-
YUV182.59128.2375.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.29%
GREEN value IS 220 (86.33% from 255) = 42.97%
BLUE value IS 183 (71.88% from 255) = 35.74%
R=21.29%
G=42.97%
B=35.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092201830.5000.170.1416061.3364.51
Hex6DDCB732011Ea03d41
Octal155334267620211624075101
Binary110110111011100101101111100100100011110101000001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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