Shades of Downy #6AD8C1
Tints of Downy #6AD8C1
RGB
CMYK
RGB Variations
Color information
#6AD8C1 (or 0x6AD8C1) is known color: Downy. HEX triplet: 6A, D8 and C1. RGB value is (106,216,193). Sum of RGB (Red+Green+Blue) = 106+216+193=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #6AD8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD8C1 is #95273E. Grayscale: #B4B4B4. Windows color (decimal): -9774911 or 12703850. OLE color: 12703850.
HSL color Cylindrical-coordinate representation of color #6AD8C1: hue angle of 167.45º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD8C1 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 216 | 193 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.15 |
| HSL | 167.45º | 0.59% | 0.63% | - |
| HSV(B) | 167.45º | 0.51% | 0.85% | - |
| XYZ | 40.13 | 56.03 | 59.15 | - |
| YUV | 180.49 | 135.06 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 216 | 193 | 0.51 | 0 | 0.11 | 0.15 | 167.45 | 0.59 | 0.63 |
| Hex | 6A | D8 | C1 | 33 | 0 | B | F | A7 | 3B | 3F |
| Octal | 152 | 330 | 301 | 63 | 0 | 13 | 17 | 247 | 73 | 77 |
| Binary | 1101010 | 11011000 | 11000001 | 110011 | 0 | 1011 | 1111 | 10100111 | 111011 | 111111 |
Color Harmonies of #6AD8C1
Complementary color
Monochromatic Colors of #6AD8C1
Black with #6AD8C1
Text Example
Text Example
White with #6AD8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD8C1; }
p { color: rgb(106,216,193); }
H1.HeaderClassName
{
color: #6AD8C1;
}
.AnyTagClassName
{
color: #6AD8C1;
}
</style>
background-color css
<style>
a { background-color: #6AD8C1; }
a { background-color: rgb(106,216,193); }
div.DivClassName
{
background-color: #6AD8C1;
}
.BgClassName
{
background-color: #6AD8C1;
}
</style>
border-color css
<style>
span { border-color: #6AD8C1; }
span { border-color: rgb(106,216,193); }
td.TdClassName
{
border-color: #6AD8C1;
}
.TagClassName
{
border-color: #6AD8C1;
}
</style>