Shades of Downy #6AD1D0
Tints of Downy #6AD1D0
RGB
CMYK
RGB Variations
Color information
#6AD1D0 (or 0x6AD1D0) is known color: Downy. HEX triplet: 6A, D1 and D0. RGB value is (106,209,208). Sum of RGB (Red+Green+Blue) = 106+209+208=523 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.27% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD1D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD1D0 is #952E2F. Grayscale: #B1B1B1. Windows color (decimal): -9776688 or 13685098. OLE color: 13685098.
HSL color Cylindrical-coordinate representation of color #6AD1D0: hue angle of 179.42º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AD1D0 is Cyan = 0.49, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 209 | 208 | - |
| CMYK | 0.49 | 0 | 0.00 | 0.18 |
| HSL | 179.42º | 0.53% | 0.62% | - |
| HSV(B) | 179.42º | 0.49% | 0.82% | - |
| XYZ | 40.13 | 53.22 | 67.83 | - |
| YUV | 178.09 | 144.88 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 209 | 208 | 0.49 | 0 | 0.00 | 0.18 | 179.42 | 0.53 | 0.62 |
| Hex | 6A | D1 | D0 | 31 | 0 | 0 | 12 | B3 | 35 | 3E |
| Octal | 152 | 321 | 320 | 61 | 0 | 0 | 22 | 263 | 65 | 76 |
| Binary | 1101010 | 11010001 | 11010000 | 110001 | 0 | 0 | 10010 | 10110011 | 110101 | 111110 |
Color Harmonies of #6AD1D0
Complementary color
Monochromatic Colors of #6AD1D0
Black with #6AD1D0
Text Example
Text Example
White with #6AD1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD1D0; }
p { color: rgb(106,209,208); }
H1.HeaderClassName
{
color: #6AD1D0;
}
.AnyTagClassName
{
color: #6AD1D0;
}
</style>
background-color css
<style>
a { background-color: #6AD1D0; }
a { background-color: rgb(106,209,208); }
div.DivClassName
{
background-color: #6AD1D0;
}
.BgClassName
{
background-color: #6AD1D0;
}
</style>
border-color css
<style>
span { border-color: #6AD1D0; }
span { border-color: rgb(106,209,208); }
td.TdClassName
{
border-color: #6AD1D0;
}
.TagClassName
{
border-color: #6AD1D0;
}
</style>