#6DD2BF

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

Shades of Downy #6DD2BF

Tints of Downy #6DD2BF

Color information

#6DD2BF (or 0x6DD2BF) is unknown color: approx Downy. HEX triplet: 6D, D2 and BF. RGB value is (109,210,191). Sum of RGB (Red+Green+Blue) = 109+210+191=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD2BF is #922D40. Grayscale: #B1B1B1. Windows color (decimal): -9579841 or 12571245. OLE color: 12571245.

HSL color Cylindrical-coordinate representation of color #6DD2BF: hue angle of 168.71º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD2BF is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB109210191-
CMYK0.4800.090.18
HSL168.71º52.88%62.55%-
HSV(B)168.71º48.1%82.35%-
XYZ38.7653.1157.5-
YUV177.64135.5479.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.37%
GREEN value IS 210 (82.42% from 255) = 41.18%
BLUE value IS 191 (75% from 255) = 37.45%
R=21.37%
G=41.18%
B=37.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1092101910.4800.090.18168.7152.8862.55
Hex6DD2BF300912a9353f
Octal15532227760011222516577
Binary11011011101001010111111110000010011001010101001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,210,191); }

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

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

 a { background-color: rgb(109,210,191); }

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

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

 span { border-color: rgb(109,210,191); }

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