Shades of Grey Chateau #969DAA
Tints of Grey Chateau #969DAA
RGB
CMYK
RGB Variations
Color information
#969DAA (or 0x969DAA) is known color: Grey Chateau. HEX triplet: 96, 9D and AA. RGB value is (150,157,170). Sum of RGB (Red+Green+Blue) = 150+157+170=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #969DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969DAA is #696255. Grayscale: #9C9C9C. Windows color (decimal): -6906454 or 11181462. OLE color: 11181462.
HSL color Cylindrical-coordinate representation of color #969DAA: hue angle of 219º 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 #969DAA is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 157 | 170 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.33 |
| HSL | 219º | 0.11% | 0.63% | - |
| HSV(B) | 219º | 0.12% | 0.67% | - |
| XYZ | 31.89 | 33.5 | 42.82 | - |
| YUV | 156.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 170 | 0.12 | 0.08 | 0 | 0.33 | 219 | 0.11 | 0.63 |
| Hex | 96 | 9D | AA | C | 8 | 0 | 21 | DB | B | 3F |
| Octal | 226 | 235 | 252 | 14 | 10 | 0 | 41 | 333 | 13 | 77 |
| Binary | 10010110 | 10011101 | 10101010 | 1100 | 1000 | 0 | 100001 | 11011011 | 1011 | 111111 |
Color Harmonies of #969DAA
Complementary color
Monochromatic Colors of #969DAA
Black with #969DAA
Text Example
Text Example
White with #969DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969DAA; }
p { color: rgb(150,157,170); }
H1.HeaderClassName
{
color: #969DAA;
}
.AnyTagClassName
{
color: #969DAA;
}
</style>
background-color css
<style>
a { background-color: #969DAA; }
a { background-color: rgb(150,157,170); }
div.DivClassName
{
background-color: #969DAA;
}
.BgClassName
{
background-color: #969DAA;
}
</style>
border-color css
<style>
span { border-color: #969DAA; }
span { border-color: rgb(150,157,170); }
td.TdClassName
{
border-color: #969DAA;
}
.TagClassName
{
border-color: #969DAA;
}
</style>