Shades of Manatee #868699
Tints of Manatee #868699
RGB
CMYK
RGB Variations
Color information
#868699 (or 0x868699) is known color: Manatee. HEX triplet: 86, 86 and 99. RGB value is (134,134,153). Sum of RGB (Red+Green+Blue) = 134+134+153=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: blue. Hex color #868699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868699 is #797966. Grayscale: #888888. Windows color (decimal): -7960935 or 10061446. OLE color: 10061446.
HSL color Cylindrical-coordinate representation of color #868699: hue angle of 240º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #868699 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 134 | 153 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.4 |
| HSL | 240º | 0.09% | 0.56% | - |
| HSV(B) | 240º | 0.12% | 0.6% | - |
| XYZ | 24.11 | 24.42 | 33.58 | - |
| YUV | 136.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 134 | 153 | 0.12 | 0.12 | 0 | 0.4 | 240 | 0.09 | 0.56 |
| Hex | 86 | 86 | 99 | C | C | 0 | 28 | F0 | 9 | 38 |
| Octal | 206 | 206 | 231 | 14 | 14 | 0 | 50 | 360 | 11 | 70 |
| Binary | 10000110 | 10000110 | 10011001 | 1100 | 1100 | 0 | 101000 | 11110000 | 1001 | 111000 |
Color Harmonies of #868699
Complementary color
Monochromatic Colors of #868699
Black with #868699
Text Example
Text Example
White with #868699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868699; }
p { color: rgb(134,134,153); }
H1.HeaderClassName
{
color: #868699;
}
.AnyTagClassName
{
color: #868699;
}
</style>
background-color css
<style>
a { background-color: #868699; }
a { background-color: rgb(134,134,153); }
div.DivClassName
{
background-color: #868699;
}
.BgClassName
{
background-color: #868699;
}
</style>
border-color css
<style>
span { border-color: #868699; }
span { border-color: rgb(134,134,153); }
td.TdClassName
{
border-color: #868699;
}
.TagClassName
{
border-color: #868699;
}
</style>