Shades of Rock Blue #99A6B9
Tints of Rock Blue #99A6B9
RGB
CMYK
RGB Variations
Color information
#99A6B9 (or 0x99A6B9) is known color: Rock Blue. HEX triplet: 99, A6 and B9. RGB value is (153,166,185). Sum of RGB (Red+Green+Blue) = 153+166+185=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 185 - color contains mainly: blue. Hex color #99A6B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A6B9 is #665946. Grayscale: #A4A4A4. Windows color (decimal): -6707527 or 12166809. OLE color: 12166809.
HSL color Cylindrical-coordinate representation of color #99A6B9: hue angle of 215.62º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99A6B9 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 166 | 185 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.27 |
| HSL | 215.63º | 0.19% | 0.66% | - |
| HSV(B) | 215.63º | 0.17% | 0.73% | - |
| XYZ | 35.53 | 37.55 | 51.27 | - |
| YUV | 164.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 185 | 0.17 | 0.10 | 0 | 0.27 | 215.63 | 0.19 | 0.66 |
| Hex | 99 | A6 | B9 | 11 | A | 0 | 1B | D8 | 13 | 42 |
| Octal | 231 | 246 | 271 | 21 | 12 | 0 | 33 | 330 | 23 | 102 |
| Binary | 10011001 | 10100110 | 10111001 | 10001 | 1010 | 0 | 11011 | 11011000 | 10011 | 1000010 |
Color Harmonies of #99A6B9
Complementary color
Monochromatic Colors of #99A6B9
Black with #99A6B9
Text Example
Text Example
White with #99A6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A6B9; }
p { color: rgb(153,166,185); }
H1.HeaderClassName
{
color: #99A6B9;
}
.AnyTagClassName
{
color: #99A6B9;
}
</style>
background-color css
<style>
a { background-color: #99A6B9; }
a { background-color: rgb(153,166,185); }
div.DivClassName
{
background-color: #99A6B9;
}
.BgClassName
{
background-color: #99A6B9;
}
</style>
border-color css
<style>
span { border-color: #99A6B9; }
span { border-color: rgb(153,166,185); }
td.TdClassName
{
border-color: #99A6B9;
}
.TagClassName
{
border-color: #99A6B9;
}
</style>