Shades of Downy #6AE7C6
Tints of Downy #6AE7C6
RGB
CMYK
RGB Variations
Color information
#6AE7C6 (or 0x6AE7C6) is known color: Downy. HEX triplet: 6A, E7 and C6. RGB value is (106,231,198). Sum of RGB (Red+Green+Blue) = 106+231+198=535 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.81% from 535); Green value is 231 (90.62% from 255 or 43.18% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 231 - color contains mainly: green. Hex color #6AE7C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AE7C6 is #951839. Grayscale: #BDBDBD. Windows color (decimal): -9771066 or 13035370. OLE color: 13035370.
HSL color Cylindrical-coordinate representation of color #6AE7C6: hue angle of 164.16º 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 #6AE7C6 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 106 | 231 | 198 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.09 |
| HSL | 164.16º | 0.72% | 0.66% | - |
| HSV(B) | 164.16º | 0.54% | 0.91% | - |
| XYZ | 44.71 | 64.29 | 63.48 | - |
| YUV | 189.86 | 132.59 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 231 | 198 | 0.54 | 0 | 0.14 | 0.09 | 164.16 | 0.72 | 0.66 |
| Hex | 6A | E7 | C6 | 36 | 0 | E | 9 | A4 | 48 | 42 |
| Octal | 152 | 347 | 306 | 66 | 0 | 16 | 11 | 244 | 110 | 102 |
| Binary | 1101010 | 11100111 | 11000110 | 110110 | 0 | 1110 | 1001 | 10100100 | 1001000 | 1000010 |
Color Harmonies of #6AE7C6
Complementary color
Monochromatic Colors of #6AE7C6
Black with #6AE7C6
Text Example
Text Example
White with #6AE7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE7C6; }
p { color: rgb(106,231,198); }
H1.HeaderClassName
{
color: #6AE7C6;
}
.AnyTagClassName
{
color: #6AE7C6;
}
</style>
background-color css
<style>
a { background-color: #6AE7C6; }
a { background-color: rgb(106,231,198); }
div.DivClassName
{
background-color: #6AE7C6;
}
.BgClassName
{
background-color: #6AE7C6;
}
</style>
border-color css
<style>
span { border-color: #6AE7C6; }
span { border-color: rgb(106,231,198); }
td.TdClassName
{
border-color: #6AE7C6;
}
.TagClassName
{
border-color: #6AE7C6;
}
</style>