Shades of Downy #6AE0CE
Tints of Downy #6AE0CE
RGB
CMYK
RGB Variations
Color information
#6AE0CE (or 0x6AE0CE) is known color: Downy. HEX triplet: 6A, E0 and CE. RGB value is (106,224,206). Sum of RGB (Red+Green+Blue) = 106+224+206=536 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.78% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AE0CE is #951F31. Grayscale: #BABABA. Windows color (decimal): -9772850 or 13557866. OLE color: 13557866.
HSL color Cylindrical-coordinate representation of color #6AE0CE: hue angle of 170.85º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AE0CE is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 224 | 206 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.12 |
| HSL | 170.85º | 0.66% | 0.65% | - |
| HSV(B) | 170.85º | 0.53% | 0.88% | - |
| XYZ | 43.74 | 60.83 | 67.83 | - |
| YUV | 186.67 | 138.91 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 224 | 206 | 0.53 | 0 | 0.08 | 0.12 | 170.85 | 0.66 | 0.65 |
| Hex | 6A | E0 | CE | 35 | 0 | 8 | C | AB | 42 | 41 |
| Octal | 152 | 340 | 316 | 65 | 0 | 10 | 14 | 253 | 102 | 101 |
| Binary | 1101010 | 11100000 | 11001110 | 110101 | 0 | 1000 | 1100 | 10101011 | 1000010 | 1000001 |
Color Harmonies of #6AE0CE
Complementary color
Monochromatic Colors of #6AE0CE
Black with #6AE0CE
Text Example
Text Example
White with #6AE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE0CE; }
p { color: rgb(106,224,206); }
H1.HeaderClassName
{
color: #6AE0CE;
}
.AnyTagClassName
{
color: #6AE0CE;
}
</style>
background-color css
<style>
a { background-color: #6AE0CE; }
a { background-color: rgb(106,224,206); }
div.DivClassName
{
background-color: #6AE0CE;
}
.BgClassName
{
background-color: #6AE0CE;
}
</style>
border-color css
<style>
span { border-color: #6AE0CE; }
span { border-color: rgb(106,224,206); }
td.TdClassName
{
border-color: #6AE0CE;
}
.TagClassName
{
border-color: #6AE0CE;
}
</style>