Shades of Downy #6AECBE
Tints of Downy #6AECBE
RGB
CMYK
RGB Variations
Color information
#6AECBE (or 0x6AECBE) is known color: Downy. HEX triplet: 6A, EC and BE. RGB value is (106,236,190). Sum of RGB (Red+Green+Blue) = 106+236+190=532 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.92% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AECBE is #951341. Grayscale: #BFBFBF. Windows color (decimal): -9769794 or 12512362. OLE color: 12512362.
HSL color Cylindrical-coordinate representation of color #6AECBE: hue angle of 158.77º 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 #6AECBE is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 236 | 190 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.07 |
| HSL | 158.77º | 0.77% | 0.67% | - |
| HSV(B) | 158.77º | 0.55% | 0.93% | - |
| XYZ | 45.23 | 66.77 | 59.22 | - |
| YUV | 191.89 | 126.93 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 190 | 0.55 | 0 | 0.19 | 0.07 | 158.77 | 0.77 | 0.67 |
| Hex | 6A | EC | BE | 37 | 0 | 13 | 7 | 9F | 4D | 43 |
| Octal | 152 | 354 | 276 | 67 | 0 | 23 | 7 | 237 | 115 | 103 |
| Binary | 1101010 | 11101100 | 10111110 | 110111 | 0 | 10011 | 111 | 10011111 | 1001101 | 1000011 |
Color Harmonies of #6AECBE
Complementary color
Monochromatic Colors of #6AECBE
Black with #6AECBE
Text Example
Text Example
White with #6AECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AECBE; }
p { color: rgb(106,236,190); }
H1.HeaderClassName
{
color: #6AECBE;
}
.AnyTagClassName
{
color: #6AECBE;
}
</style>
background-color css
<style>
a { background-color: #6AECBE; }
a { background-color: rgb(106,236,190); }
div.DivClassName
{
background-color: #6AECBE;
}
.BgClassName
{
background-color: #6AECBE;
}
</style>
border-color css
<style>
span { border-color: #6AECBE; }
span { border-color: rgb(106,236,190); }
td.TdClassName
{
border-color: #6AECBE;
}
.TagClassName
{
border-color: #6AECBE;
}
</style>