Shades of Grey Chateau #949FA6
Tints of Grey Chateau #949FA6
RGB
CMYK
RGB Variations
Color information
#949FA6 (or 0x949FA6) is known color: Grey Chateau. HEX triplet: 94, 9F and A6. RGB value is (148,159,166). Sum of RGB (Red+Green+Blue) = 148+159+166=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 166 - color contains mainly: blue. Hex color #949FA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949FA6 is #6B6059. Grayscale: #9C9C9C. Windows color (decimal): -7037018 or 10919828. OLE color: 10919828.
HSL color Cylindrical-coordinate representation of color #949FA6: hue angle of 203.33º 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 #949FA6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 159 | 166 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.35 |
| HSL | 203.33º | 0.09% | 0.62% | - |
| HSV(B) | 203.33º | 0.11% | 0.65% | - |
| XYZ | 31.49 | 33.85 | 40.95 | - |
| YUV | 156.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 166 | 0.11 | 0.04 | 0 | 0.35 | 203.33 | 0.09 | 0.62 |
| Hex | 94 | 9F | A6 | B | 4 | 0 | 23 | CB | 9 | 3E |
| Octal | 224 | 237 | 246 | 13 | 4 | 0 | 43 | 313 | 11 | 76 |
| Binary | 10010100 | 10011111 | 10100110 | 1011 | 100 | 0 | 100011 | 11001011 | 1001 | 111110 |
Color Harmonies of #949FA6
Complementary color
Monochromatic Colors of #949FA6
Black with #949FA6
Text Example
Text Example
White with #949FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949FA6; }
p { color: rgb(148,159,166); }
H1.HeaderClassName
{
color: #949FA6;
}
.AnyTagClassName
{
color: #949FA6;
}
</style>
background-color css
<style>
a { background-color: #949FA6; }
a { background-color: rgb(148,159,166); }
div.DivClassName
{
background-color: #949FA6;
}
.BgClassName
{
background-color: #949FA6;
}
</style>
border-color css
<style>
span { border-color: #949FA6; }
span { border-color: rgb(148,159,166); }
td.TdClassName
{
border-color: #949FA6;
}
.TagClassName
{
border-color: #949FA6;
}
</style>