#6DD1C0

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

Shades of Downy #6DD1C0

Tints of Downy #6DD1C0

Color information

#6DD1C0 (or 0x6DD1C0) is unknown color: approx Downy. HEX triplet: 6D, D1 and C0. RGB value is (109,209,192). Sum of RGB (Red+Green+Blue) = 109+209+192=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 209 - color contains mainly: green. Hex color #6DD1C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD1C0 is #922E3F. Grayscale: #B1B1B1. Windows color (decimal): -9580096 or 12636525. OLE color: 12636525.

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

Color convert

RGB109209192-
CMYK0.4800.080.18
HSL169.8º52.08%62.35%-
HSV(B)169.8º47.85%81.96%-
XYZ38.6252.6658-
YUV177.16136.3779.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.37%
GREEN value IS 209 (82.03% from 255) = 40.98%
BLUE value IS 192 (75.39% from 255) = 37.65%
R=21.37%
G=40.98%
B=37.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1092091920.4800.080.18169.852.0862.35
Hex6DD1C0300812aa343e
Octal15532130060010222526476
Binary11011011101000111000000110000010001001010101010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,209,192); }

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

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

 a { background-color: rgb(109,209,192); }

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

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

 span { border-color: rgb(109,209,192); }

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