Shades of Downy #6AE7CE
Tints of Downy #6AE7CE
RGB
CMYK
RGB Variations
Color information
#6AE7CE (or 0x6AE7CE) is known color: Downy. HEX triplet: 6A, E7 and CE. RGB value is (106,231,206). Sum of RGB (Red+Green+Blue) = 106+231+206=543 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.52% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #6AE7CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE7CE is #951831. Grayscale: #BEBEBE. Windows color (decimal): -9771058 or 13559658. OLE color: 13559658.
HSL color Cylindrical-coordinate representation of color #6AE7CE: hue angle of 168º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AE7CE is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 106 | 231 | 206 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.09 |
| HSL | 168º | 0.72% | 0.66% | - |
| HSV(B) | 168º | 0.54% | 0.91% | - |
| XYZ | 45.66 | 64.67 | 68.47 | - |
| YUV | 190.78 | 136.59 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 231 | 206 | 0.54 | 0 | 0.11 | 0.09 | 168 | 0.72 | 0.66 |
| Hex | 6A | E7 | CE | 36 | 0 | B | 9 | A8 | 48 | 42 |
| Octal | 152 | 347 | 316 | 66 | 0 | 13 | 11 | 250 | 110 | 102 |
| Binary | 1101010 | 11100111 | 11001110 | 110110 | 0 | 1011 | 1001 | 10101000 | 1001000 | 1000010 |
Color Harmonies of #6AE7CE
Complementary color
Monochromatic Colors of #6AE7CE
Black with #6AE7CE
Text Example
Text Example
White with #6AE7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE7CE; }
p { color: rgb(106,231,206); }
H1.HeaderClassName
{
color: #6AE7CE;
}
.AnyTagClassName
{
color: #6AE7CE;
}
</style>
background-color css
<style>
a { background-color: #6AE7CE; }
a { background-color: rgb(106,231,206); }
div.DivClassName
{
background-color: #6AE7CE;
}
.BgClassName
{
background-color: #6AE7CE;
}
</style>
border-color css
<style>
span { border-color: #6AE7CE; }
span { border-color: rgb(106,231,206); }
td.TdClassName
{
border-color: #6AE7CE;
}
.TagClassName
{
border-color: #6AE7CE;
}
</style>