Shades of Manatee #868698
Tints of Manatee #868698
RGB
CMYK
RGB Variations
Color information
#868698 (or 0x868698) is known color: Manatee. HEX triplet: 86, 86 and 98. RGB value is (134,134,152). Sum of RGB (Red+Green+Blue) = 134+134+152=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 152 - color contains mainly: blue. Hex color #868698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868698 is #797967. Grayscale: #878787. Windows color (decimal): -7960936 or 9995910. OLE color: 9995910.
HSL color Cylindrical-coordinate representation of color #868698: hue angle of 240º degrees, saturation: 0.08, 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 #868698 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 134 | 152 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.40 |
| HSL | 240º | 0.08% | 0.56% | - |
| HSV(B) | 240º | 0.12% | 0.6% | - |
| XYZ | 24.02 | 24.39 | 33.15 | - |
| YUV | 136.05 | 137 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 134 | 152 | 0.12 | 0.12 | 0 | 0.40 | 240 | 0.08 | 0.56 |
| Hex | 86 | 86 | 98 | C | C | 0 | 28 | F0 | 8 | 38 |
| Octal | 206 | 206 | 230 | 14 | 14 | 0 | 50 | 360 | 10 | 70 |
| Binary | 10000110 | 10000110 | 10011000 | 1100 | 1100 | 0 | 101000 | 11110000 | 1000 | 111000 |
Color Harmonies of #868698
Complementary color
Monochromatic Colors of #868698
Black with #868698
Text Example
Text Example
White with #868698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868698; }
p { color: rgb(134,134,152); }
H1.HeaderClassName
{
color: #868698;
}
.AnyTagClassName
{
color: #868698;
}
</style>
background-color css
<style>
a { background-color: #868698; }
a { background-color: rgb(134,134,152); }
div.DivClassName
{
background-color: #868698;
}
.BgClassName
{
background-color: #868698;
}
</style>
border-color css
<style>
span { border-color: #868698; }
span { border-color: rgb(134,134,152); }
td.TdClassName
{
border-color: #868698;
}
.TagClassName
{
border-color: #868698;
}
</style>