#6DDCBE

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

Shades of Downy #6DDCBE

Tints of Downy #6DDCBE

Color information

#6DDCBE (or 0x6DDCBE) is unknown color: approx Downy. HEX triplet: 6D, DC and BE. RGB value is (109,220,190). Sum of RGB (Red+Green+Blue) = 109+220+190=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCBE is #922341. Grayscale: #B7B7B7. Windows color (decimal): -9577282 or 12508269. OLE color: 12508269.

HSL color Cylindrical-coordinate representation of color #6DDCBE: hue angle of 163.78º 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 #6DDCBE is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB109220190-
CMYK0.5000.140.14
HSL163.78º61.33%64.51%-
HSV(B)163.78º50.45%86.27%-
XYZ41.1958.1657.77-
YUV183.39131.7374.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.00%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=21.00%
G=42.39%
B=36.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092201900.5000.140.14163.7861.3364.51
Hex6DDCBE320EEa43d41
Octal155334276620161624475101
Binary11011011101110010111110110010011101110101001001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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