Shades of Grey Chateau #939699
Tints of Grey Chateau #939699
RGB
CMYK
RGB Variations
Color information
#939699 (or 0x939699) is known color: Grey Chateau. HEX triplet: 93, 96 and 99. RGB value is (147,150,153). Sum of RGB (Red+Green+Blue) = 147+150+153=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 153 - color contains mainly: blue. Hex color #939699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939699 is #6C6966. Grayscale: #959595. Windows color (decimal): -7104871 or 10065555. OLE color: 10065555.
HSL color Cylindrical-coordinate representation of color #939699: hue angle of 210º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #939699 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 150 | 153 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.4 |
| HSL | 210º | 0.03% | 0.59% | - |
| HSV(B) | 210º | 0.04% | 0.6% | - |
| XYZ | 28.69 | 30.32 | 34.48 | - |
| YUV | 149.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 153 | 0.04 | 0.02 | 0 | 0.4 | 210 | 0.03 | 0.59 |
| Hex | 93 | 96 | 99 | 4 | 2 | 0 | 28 | D2 | 3 | 3B |
| Octal | 223 | 226 | 231 | 4 | 2 | 0 | 50 | 322 | 3 | 73 |
| Binary | 10010011 | 10010110 | 10011001 | 100 | 10 | 0 | 101000 | 11010010 | 11 | 111011 |
Color Harmonies of #939699
Complementary color
Monochromatic Colors of #939699
Black with #939699
Text Example
Text Example
White with #939699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939699; }
p { color: rgb(147,150,153); }
H1.HeaderClassName
{
color: #939699;
}
.AnyTagClassName
{
color: #939699;
}
</style>
background-color css
<style>
a { background-color: #939699; }
a { background-color: rgb(147,150,153); }
div.DivClassName
{
background-color: #939699;
}
.BgClassName
{
background-color: #939699;
}
</style>
border-color css
<style>
span { border-color: #939699; }
span { border-color: rgb(147,150,153); }
td.TdClassName
{
border-color: #939699;
}
.TagClassName
{
border-color: #939699;
}
</style>