Shades of Rock Blue #90A0C6
Tints of Rock Blue #90A0C6
RGB
CMYK
RGB Variations
Color information
#90A0C6 (or 0x90A0C6) is known color: Rock Blue. HEX triplet: 90, A0 and C6. RGB value is (144,160,198). Sum of RGB (Red+Green+Blue) = 144+160+198=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 198 - color contains mainly: blue. Hex color #90A0C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A0C6 is #6F5F39. Grayscale: #9F9F9F. Windows color (decimal): -7298874 or 13017232. OLE color: 13017232.
HSL color Cylindrical-coordinate representation of color #90A0C6: hue angle of 222.22º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90A0C6 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 160 | 198 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.22 |
| HSL | 222.22º | 0.32% | 0.67% | - |
| HSV(B) | 222.22º | 0.27% | 0.78% | - |
| XYZ | 34.27 | 35.15 | 58.4 | - |
| YUV | 159.55 | 149.7 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 198 | 0.27 | 0.19 | 0 | 0.22 | 222.22 | 0.32 | 0.67 |
| Hex | 90 | A0 | C6 | 1B | 13 | 0 | 16 | DE | 20 | 43 |
| Octal | 220 | 240 | 306 | 33 | 23 | 0 | 26 | 336 | 40 | 103 |
| Binary | 10010000 | 10100000 | 11000110 | 11011 | 10011 | 0 | 10110 | 11011110 | 100000 | 1000011 |
Color Harmonies of #90A0C6
Complementary color
Monochromatic Colors of #90A0C6
Black with #90A0C6
Text Example
Text Example
White with #90A0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A0C6; }
p { color: rgb(144,160,198); }
H1.HeaderClassName
{
color: #90A0C6;
}
.AnyTagClassName
{
color: #90A0C6;
}
</style>
background-color css
<style>
a { background-color: #90A0C6; }
a { background-color: rgb(144,160,198); }
div.DivClassName
{
background-color: #90A0C6;
}
.BgClassName
{
background-color: #90A0C6;
}
</style>
border-color css
<style>
span { border-color: #90A0C6; }
span { border-color: rgb(144,160,198); }
td.TdClassName
{
border-color: #90A0C6;
}
.TagClassName
{
border-color: #90A0C6;
}
</style>