Shades of Grey Chateau #949AA6
Tints of Grey Chateau #949AA6
RGB
CMYK
RGB Variations
Color information
#949AA6 (or 0x949AA6) is known color: Grey Chateau. HEX triplet: 94, 9A and A6. RGB value is (148,154,166). Sum of RGB (Red+Green+Blue) = 148+154+166=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 166 - color contains mainly: blue. Hex color #949AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949AA6 is #6B6559. Grayscale: #999999. Windows color (decimal): -7038298 or 10918548. OLE color: 10918548.
HSL color Cylindrical-coordinate representation of color #949AA6: hue angle of 220º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #949AA6 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 154 | 166 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.35 |
| HSL | 220º | 0.09% | 0.62% | - |
| HSV(B) | 220º | 0.11% | 0.65% | - |
| XYZ | 30.65 | 32.16 | 40.67 | - |
| YUV | 153.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 166 | 0.11 | 0.07 | 0 | 0.35 | 220 | 0.09 | 0.62 |
| Hex | 94 | 9A | A6 | B | 7 | 0 | 23 | DC | 9 | 3E |
| Octal | 224 | 232 | 246 | 13 | 7 | 0 | 43 | 334 | 11 | 76 |
| Binary | 10010100 | 10011010 | 10100110 | 1011 | 111 | 0 | 100011 | 11011100 | 1001 | 111110 |
Color Harmonies of #949AA6
Complementary color
Monochromatic Colors of #949AA6
Black with #949AA6
Text Example
Text Example
White with #949AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949AA6; }
p { color: rgb(148,154,166); }
H1.HeaderClassName
{
color: #949AA6;
}
.AnyTagClassName
{
color: #949AA6;
}
</style>
background-color css
<style>
a { background-color: #949AA6; }
a { background-color: rgb(148,154,166); }
div.DivClassName
{
background-color: #949AA6;
}
.BgClassName
{
background-color: #949AA6;
}
</style>
border-color css
<style>
span { border-color: #949AA6; }
span { border-color: rgb(148,154,166); }
td.TdClassName
{
border-color: #949AA6;
}
.TagClassName
{
border-color: #949AA6;
}
</style>