Shades of Manatee #9698A3
Tints of Manatee #9698A3
RGB
CMYK
RGB Variations
Color information
#9698A3 (or 0x9698A3) is known color: Manatee. HEX triplet: 96, 98 and A3. RGB value is (150,152,163). Sum of RGB (Red+Green+Blue) = 150+152+163=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 163 - color contains mainly: blue. Hex color #9698A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9698A3 is #69675C. Grayscale: #989898. Windows color (decimal): -6907741 or 10721430. OLE color: 10721430.
HSL color Cylindrical-coordinate representation of color #9698A3: hue angle of 230.77º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9698A3 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 152 | 163 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.36 |
| HSL | 230.77º | 0.07% | 0.61% | - |
| HSV(B) | 230.77º | 0.08% | 0.64% | - |
| XYZ | 30.42 | 31.58 | 39.14 | - |
| YUV | 152.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 163 | 0.08 | 0.07 | 0 | 0.36 | 230.77 | 0.07 | 0.61 |
| Hex | 96 | 98 | A3 | 8 | 7 | 0 | 24 | E7 | 7 | 3D |
| Octal | 226 | 230 | 243 | 10 | 7 | 0 | 44 | 347 | 7 | 75 |
| Binary | 10010110 | 10011000 | 10100011 | 1000 | 111 | 0 | 100100 | 11100111 | 111 | 111101 |
Color Harmonies of #9698A3
Complementary color
Monochromatic Colors of #9698A3
Black with #9698A3
Text Example
Text Example
White with #9698A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9698A3; }
p { color: rgb(150,152,163); }
H1.HeaderClassName
{
color: #9698A3;
}
.AnyTagClassName
{
color: #9698A3;
}
</style>
background-color css
<style>
a { background-color: #9698A3; }
a { background-color: rgb(150,152,163); }
div.DivClassName
{
background-color: #9698A3;
}
.BgClassName
{
background-color: #9698A3;
}
</style>
border-color css
<style>
span { border-color: #9698A3; }
span { border-color: rgb(150,152,163); }
td.TdClassName
{
border-color: #9698A3;
}
.TagClassName
{
border-color: #9698A3;
}
</style>