Shades of Grey Suit #9690AA
Tints of Grey Suit #9690AA
RGB
CMYK
RGB Variations
Color information
#9690AA (or 0x9690AA) is known color: Grey Suit. HEX triplet: 96, 90 and AA. RGB value is (150,144,170). Sum of RGB (Red+Green+Blue) = 150+144+170=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #9690AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9690AA is #696F55. Grayscale: #949494. Windows color (decimal): -6909782 or 11178134. OLE color: 11178134.
HSL color Cylindrical-coordinate representation of color #9690AA: hue angle of 253.85º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9690AA is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 144 | 170 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.33 |
| HSL | 253.85º | 0.13% | 0.62% | - |
| HSV(B) | 253.85º | 0.15% | 0.67% | - |
| XYZ | 29.81 | 29.33 | 42.12 | - |
| YUV | 148.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 170 | 0.12 | 0.15 | 0 | 0.33 | 253.85 | 0.13 | 0.62 |
| Hex | 96 | 90 | AA | C | F | 0 | 21 | FE | D | 3E |
| Octal | 226 | 220 | 252 | 14 | 17 | 0 | 41 | 376 | 15 | 76 |
| Binary | 10010110 | 10010000 | 10101010 | 1100 | 1111 | 0 | 100001 | 11111110 | 1101 | 111110 |
Color Harmonies of #9690AA
Complementary color
Monochromatic Colors of #9690AA
Black with #9690AA
Text Example
Text Example
White with #9690AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9690AA; }
p { color: rgb(150,144,170); }
H1.HeaderClassName
{
color: #9690AA;
}
.AnyTagClassName
{
color: #9690AA;
}
</style>
background-color css
<style>
a { background-color: #9690AA; }
a { background-color: rgb(150,144,170); }
div.DivClassName
{
background-color: #9690AA;
}
.BgClassName
{
background-color: #9690AA;
}
</style>
border-color css
<style>
span { border-color: #9690AA; }
span { border-color: rgb(150,144,170); }
td.TdClassName
{
border-color: #9690AA;
}
.TagClassName
{
border-color: #9690AA;
}
</style>