Shades of Manatee #868CA6
Tints of Manatee #868CA6
RGB
CMYK
RGB Variations
Color information
#868CA6 (or 0x868CA6) is known color: Manatee. HEX triplet: 86, 8C and A6. RGB value is (134,140,166). Sum of RGB (Red+Green+Blue) = 134+140+166=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 166 - color contains mainly: blue. Hex color #868CA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868CA6 is #797359. Grayscale: #8D8D8D. Windows color (decimal): -7959386 or 10914950. OLE color: 10914950.
HSL color Cylindrical-coordinate representation of color #868CA6: hue angle of 228.75º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #868CA6 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 140 | 166 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.35 |
| HSL | 228.75º | 0.15% | 0.59% | - |
| HSV(B) | 228.75º | 0.19% | 0.65% | - |
| XYZ | 26.09 | 26.58 | 39.83 | - |
| YUV | 141.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 166 | 0.19 | 0.16 | 0 | 0.35 | 228.75 | 0.15 | 0.59 |
| Hex | 86 | 8C | A6 | 13 | 10 | 0 | 23 | E5 | F | 3B |
| Octal | 206 | 214 | 246 | 23 | 20 | 0 | 43 | 345 | 17 | 73 |
| Binary | 10000110 | 10001100 | 10100110 | 10011 | 10000 | 0 | 100011 | 11100101 | 1111 | 111011 |
Color Harmonies of #868CA6
Complementary color
Monochromatic Colors of #868CA6
Black with #868CA6
Text Example
Text Example
White with #868CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868CA6; }
p { color: rgb(134,140,166); }
H1.HeaderClassName
{
color: #868CA6;
}
.AnyTagClassName
{
color: #868CA6;
}
</style>
background-color css
<style>
a { background-color: #868CA6; }
a { background-color: rgb(134,140,166); }
div.DivClassName
{
background-color: #868CA6;
}
.BgClassName
{
background-color: #868CA6;
}
</style>
border-color css
<style>
span { border-color: #868CA6; }
span { border-color: rgb(134,140,166); }
td.TdClassName
{
border-color: #868CA6;
}
.TagClassName
{
border-color: #868CA6;
}
</style>