Shades of Manatee #9697A3
Tints of Manatee #9697A3
RGB
CMYK
RGB Variations
Color information
#9697A3 (or 0x9697A3) is known color: Manatee. HEX triplet: 96, 97 and A3. RGB value is (150,151,163). Sum of RGB (Red+Green+Blue) = 150+151+163=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 163 - color contains mainly: blue. Hex color #9697A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9697A3 is #69685C. Grayscale: #989898. Windows color (decimal): -6907997 or 10721174. OLE color: 10721174.
HSL color Cylindrical-coordinate representation of color #9697A3: hue angle of 235.38º 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 #9697A3 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 151 | 163 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.36 |
| HSL | 235.38º | 0.07% | 0.61% | - |
| HSV(B) | 235.38º | 0.08% | 0.64% | - |
| XYZ | 30.26 | 31.26 | 39.09 | - |
| YUV | 152.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 151 | 163 | 0.08 | 0.07 | 0 | 0.36 | 235.38 | 0.07 | 0.61 |
| Hex | 96 | 97 | A3 | 8 | 7 | 0 | 24 | EB | 7 | 3D |
| Octal | 226 | 227 | 243 | 10 | 7 | 0 | 44 | 353 | 7 | 75 |
| Binary | 10010110 | 10010111 | 10100011 | 1000 | 111 | 0 | 100100 | 11101011 | 111 | 111101 |
Color Harmonies of #9697A3
Complementary color
Monochromatic Colors of #9697A3
Black with #9697A3
Text Example
Text Example
White with #9697A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9697A3; }
p { color: rgb(150,151,163); }
H1.HeaderClassName
{
color: #9697A3;
}
.AnyTagClassName
{
color: #9697A3;
}
</style>
background-color css
<style>
a { background-color: #9697A3; }
a { background-color: rgb(150,151,163); }
div.DivClassName
{
background-color: #9697A3;
}
.BgClassName
{
background-color: #9697A3;
}
</style>
border-color css
<style>
span { border-color: #9697A3; }
span { border-color: rgb(150,151,163); }
td.TdClassName
{
border-color: #9697A3;
}
.TagClassName
{
border-color: #9697A3;
}
</style>