Shades of Grey Suit #969698
Tints of Grey Suit #969698
RGB
CMYK
RGB Variations
Color information
#969698 (or 0x969698) is known color: Grey Suit. HEX triplet: 96, 96 and 98. RGB value is (150,150,152). Sum of RGB (Red+Green+Blue) = 150+150+152=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 152 - color contains mainly: blue. Hex color #969698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969698 is #696967. Grayscale: #969696. Windows color (decimal): -6908264 or 10000022. OLE color: 10000022.
HSL color Cylindrical-coordinate representation of color #969698: hue angle of 240º degrees, saturation: 0.01, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #969698 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 150 | 152 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.40 |
| HSL | 240º | 0.01% | 0.59% | - |
| HSV(B) | 240º | 0.01% | 0.6% | - |
| XYZ | 29.15 | 30.56 | 34.07 | - |
| YUV | 150.23 | 129 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 150 | 152 | 0.01 | 0.01 | 0 | 0.40 | 240 | 0.01 | 0.59 |
| Hex | 96 | 96 | 98 | 1 | 1 | 0 | 28 | F0 | 1 | 3B |
| Octal | 226 | 226 | 230 | 1 | 1 | 0 | 50 | 360 | 1 | 73 |
| Binary | 10010110 | 10010110 | 10011000 | 1 | 1 | 0 | 101000 | 11110000 | 1 | 111011 |
Color Harmonies of #969698
Complementary color
Monochromatic Colors of #969698
Black with #969698
Text Example
Text Example
White with #969698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969698; }
p { color: rgb(150,150,152); }
H1.HeaderClassName
{
color: #969698;
}
.AnyTagClassName
{
color: #969698;
}
</style>
background-color css
<style>
a { background-color: #969698; }
a { background-color: rgb(150,150,152); }
div.DivClassName
{
background-color: #969698;
}
.BgClassName
{
background-color: #969698;
}
</style>
border-color css
<style>
span { border-color: #969698; }
span { border-color: rgb(150,150,152); }
td.TdClassName
{
border-color: #969698;
}
.TagClassName
{
border-color: #969698;
}
</style>