Shades of Rock Blue #90A6BE
Tints of Rock Blue #90A6BE
RGB
CMYK
RGB Variations
Color information
#90A6BE (or 0x90A6BE) is known color: Rock Blue. HEX triplet: 90, A6 and BE. RGB value is (144,166,190). Sum of RGB (Red+Green+Blue) = 144+166+190=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #90A6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A6BE is #6F5941. Grayscale: #A2A2A2. Windows color (decimal): -7297346 or 12494480. OLE color: 12494480.
HSL color Cylindrical-coordinate representation of color #90A6BE: hue angle of 211.3º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90A6BE is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 166 | 190 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.25 |
| HSL | 211.3º | 0.26% | 0.65% | - |
| HSV(B) | 211.3º | 0.24% | 0.75% | - |
| XYZ | 34.43 | 36.92 | 54.03 | - |
| YUV | 162.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 166 | 190 | 0.24 | 0.13 | 0 | 0.25 | 211.3 | 0.26 | 0.65 |
| Hex | 90 | A6 | BE | 18 | D | 0 | 19 | D3 | 1A | 41 |
| Octal | 220 | 246 | 276 | 30 | 15 | 0 | 31 | 323 | 32 | 101 |
| Binary | 10010000 | 10100110 | 10111110 | 11000 | 1101 | 0 | 11001 | 11010011 | 11010 | 1000001 |
Color Harmonies of #90A6BE
Complementary color
Monochromatic Colors of #90A6BE
Black with #90A6BE
Text Example
Text Example
White with #90A6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A6BE; }
p { color: rgb(144,166,190); }
H1.HeaderClassName
{
color: #90A6BE;
}
.AnyTagClassName
{
color: #90A6BE;
}
</style>
background-color css
<style>
a { background-color: #90A6BE; }
a { background-color: rgb(144,166,190); }
div.DivClassName
{
background-color: #90A6BE;
}
.BgClassName
{
background-color: #90A6BE;
}
</style>
border-color css
<style>
span { border-color: #90A6BE; }
span { border-color: rgb(144,166,190); }
td.TdClassName
{
border-color: #90A6BE;
}
.TagClassName
{
border-color: #90A6BE;
}
</style>