#6DDEBB

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

Shades of Downy #6DDEBB

Tints of Downy #6DDEBB

Color information

#6DDEBB (or 0x6DDEBB) is unknown color: approx Downy. HEX triplet: 6D, DE and BB. RGB value is (109,222,187). Sum of RGB (Red+Green+Blue) = 109+222+187=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDEBB is #922144. Grayscale: #B8B8B8. Windows color (decimal): -9576773 or 12312173. OLE color: 12312173.

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

Color convert

RGB109222187-
CMYK0.5100.160.13
HSL161.42º63.13%64.9%-
HSV(B)161.42º50.9%87.06%-
XYZ41.459.0856.24-
YUV184.22129.5674.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.04%
GREEN value IS 222 (87.11% from 255) = 42.86%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=21.04%
G=42.86%
B=36.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092221870.5100.160.13161.4263.1364.9
Hex6DDEBB33010Da13f41
Octal155336273630201524177101
Binary110110111011110101110111100110100001101101000011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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