Shades of Downy #6AECC9
Tints of Downy #6AECC9
RGB
CMYK
RGB Variations
Color information
#6AECC9 (or 0x6AECC9) is known color: Downy. HEX triplet: 6A, EC and C9. RGB value is (106,236,201). Sum of RGB (Red+Green+Blue) = 106+236+201=543 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.52% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AECC9 is #951336. Grayscale: #C1C1C1. Windows color (decimal): -9769783 or 13233258. OLE color: 13233258.
HSL color Cylindrical-coordinate representation of color #6AECC9: hue angle of 163.85º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AECC9 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 236 | 201 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.07 |
| HSL | 163.85º | 0.77% | 0.67% | - |
| HSV(B) | 163.85º | 0.55% | 0.93% | - |
| XYZ | 46.48 | 67.27 | 65.79 | - |
| YUV | 193.14 | 132.43 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 201 | 0.55 | 0 | 0.15 | 0.07 | 163.85 | 0.77 | 0.67 |
| Hex | 6A | EC | C9 | 37 | 0 | F | 7 | A4 | 4D | 43 |
| Octal | 152 | 354 | 311 | 67 | 0 | 17 | 7 | 244 | 115 | 103 |
| Binary | 1101010 | 11101100 | 11001001 | 110111 | 0 | 1111 | 111 | 10100100 | 1001101 | 1000011 |
Color Harmonies of #6AECC9
Complementary color
Monochromatic Colors of #6AECC9
Black with #6AECC9
Text Example
Text Example
White with #6AECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AECC9; }
p { color: rgb(106,236,201); }
H1.HeaderClassName
{
color: #6AECC9;
}
.AnyTagClassName
{
color: #6AECC9;
}
</style>
background-color css
<style>
a { background-color: #6AECC9; }
a { background-color: rgb(106,236,201); }
div.DivClassName
{
background-color: #6AECC9;
}
.BgClassName
{
background-color: #6AECC9;
}
</style>
border-color css
<style>
span { border-color: #6AECC9; }
span { border-color: rgb(106,236,201); }
td.TdClassName
{
border-color: #6AECC9;
}
.TagClassName
{
border-color: #6AECC9;
}
</style>