#6DDDBE

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

Shades of Downy #6DDDBE

Tints of Downy #6DDDBE

Color information

#6DDDBE (or 0x6DDDBE) is unknown color: approx Downy. HEX triplet: 6D, DD and BE. RGB value is (109,221,190). Sum of RGB (Red+Green+Blue) = 109+221+190=520 (68% of max value = 765). Red value is 109 (42.97% from 255 or 20.96% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDBE is #922241. Grayscale: #B7B7B7. Windows color (decimal): -9577026 or 12508525. OLE color: 12508525.

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

Color convert

RGB109221190-
CMYK0.5100.140.13
HSL163.39º62.22%64.71%-
HSV(B)163.39º50.68%86.67%-
XYZ41.4658.6857.86-
YUV183.98131.3974.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.96%
GREEN value IS 221 (86.72% from 255) = 42.5%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=20.96%
G=42.5%
B=36.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092211900.5100.140.13163.3962.2264.71
Hex6DDDBE330EDa33e41
Octal155335276630161524376101
Binary11011011101110110111110110011011101101101000111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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