Shades of Rock Blue #9AA6B3
Tints of Rock Blue #9AA6B3
RGB
CMYK
RGB Variations
Color information
#9AA6B3 (or 0x9AA6B3) is known color: Rock Blue. HEX triplet: 9A, A6 and B3. RGB value is (154,166,179). Sum of RGB (Red+Green+Blue) = 154+166+179=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 179 - color contains mainly: blue. Hex color #9AA6B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA6B3 is #65594C. Grayscale: #A3A3A3. Windows color (decimal): -6641997 or 11773594. OLE color: 11773594.
HSL color Cylindrical-coordinate representation of color #9AA6B3: hue angle of 211.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AA6B3 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 166 | 179 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.30 |
| HSL | 211.2º | 0.14% | 0.65% | - |
| HSV(B) | 211.2º | 0.14% | 0.7% | - |
| XYZ | 35.1 | 37.4 | 48.02 | - |
| YUV | 163.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 166 | 179 | 0.14 | 0.07 | 0 | 0.30 | 211.2 | 0.14 | 0.65 |
| Hex | 9A | A6 | B3 | E | 7 | 0 | 1E | D3 | E | 41 |
| Octal | 232 | 246 | 263 | 16 | 7 | 0 | 36 | 323 | 16 | 101 |
| Binary | 10011010 | 10100110 | 10110011 | 1110 | 111 | 0 | 11110 | 11010011 | 1110 | 1000001 |
Color Harmonies of #9AA6B3
Complementary color
Monochromatic Colors of #9AA6B3
Black with #9AA6B3
Text Example
Text Example
White with #9AA6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA6B3; }
p { color: rgb(154,166,179); }
H1.HeaderClassName
{
color: #9AA6B3;
}
.AnyTagClassName
{
color: #9AA6B3;
}
</style>
background-color css
<style>
a { background-color: #9AA6B3; }
a { background-color: rgb(154,166,179); }
div.DivClassName
{
background-color: #9AA6B3;
}
.BgClassName
{
background-color: #9AA6B3;
}
</style>
border-color css
<style>
span { border-color: #9AA6B3; }
span { border-color: rgb(154,166,179); }
td.TdClassName
{
border-color: #9AA6B3;
}
.TagClassName
{
border-color: #9AA6B3;
}
</style>