Shades of Manatee #969AAA
Tints of Manatee #969AAA
RGB
CMYK
RGB Variations
Color information
#969AAA (or 0x969AAA) is known color: Manatee. HEX triplet: 96, 9A and AA. RGB value is (150,154,170). Sum of RGB (Red+Green+Blue) = 150+154+170=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #969AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969AAA is #696555. Grayscale: #9A9A9A. Windows color (decimal): -6907222 or 11180694. OLE color: 11180694.
HSL color Cylindrical-coordinate representation of color #969AAA: hue angle of 228º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #969AAA is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 154 | 170 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.33 |
| HSL | 228º | 0.11% | 0.63% | - |
| HSV(B) | 228º | 0.12% | 0.67% | - |
| XYZ | 31.39 | 32.5 | 42.65 | - |
| YUV | 154.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 170 | 0.12 | 0.09 | 0 | 0.33 | 228 | 0.11 | 0.63 |
| Hex | 96 | 9A | AA | C | 9 | 0 | 21 | E4 | B | 3F |
| Octal | 226 | 232 | 252 | 14 | 11 | 0 | 41 | 344 | 13 | 77 |
| Binary | 10010110 | 10011010 | 10101010 | 1100 | 1001 | 0 | 100001 | 11100100 | 1011 | 111111 |
Color Harmonies of #969AAA
Complementary color
Monochromatic Colors of #969AAA
Black with #969AAA
Text Example
Text Example
White with #969AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969AAA; }
p { color: rgb(150,154,170); }
H1.HeaderClassName
{
color: #969AAA;
}
.AnyTagClassName
{
color: #969AAA;
}
</style>
background-color css
<style>
a { background-color: #969AAA; }
a { background-color: rgb(150,154,170); }
div.DivClassName
{
background-color: #969AAA;
}
.BgClassName
{
background-color: #969AAA;
}
</style>
border-color css
<style>
span { border-color: #969AAA; }
span { border-color: rgb(150,154,170); }
td.TdClassName
{
border-color: #969AAA;
}
.TagClassName
{
border-color: #969AAA;
}
</style>