Shades of Rock Blue #91A6C1
Tints of Rock Blue #91A6C1
RGB
CMYK
RGB Variations
Color information
#91A6C1 (or 0x91A6C1) is known color: Rock Blue. HEX triplet: 91, A6 and C1. RGB value is (145,166,193). Sum of RGB (Red+Green+Blue) = 145+166+193=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #91A6C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A6C1 is #6E593E. Grayscale: #A2A2A2. Windows color (decimal): -7231807 or 12691089. OLE color: 12691089.
HSL color Cylindrical-coordinate representation of color #91A6C1: hue angle of 213.75º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #91A6C1 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 166 | 193 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.24 |
| HSL | 213.75º | 0.28% | 0.66% | - |
| HSV(B) | 213.75º | 0.25% | 0.76% | - |
| XYZ | 34.94 | 37.14 | 55.78 | - |
| YUV | 162.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 166 | 193 | 0.25 | 0.14 | 0 | 0.24 | 213.75 | 0.28 | 0.66 |
| Hex | 91 | A6 | C1 | 19 | E | 0 | 18 | D6 | 1C | 42 |
| Octal | 221 | 246 | 301 | 31 | 16 | 0 | 30 | 326 | 34 | 102 |
| Binary | 10010001 | 10100110 | 11000001 | 11001 | 1110 | 0 | 11000 | 11010110 | 11100 | 1000010 |
Color Harmonies of #91A6C1
Complementary color
Monochromatic Colors of #91A6C1
Black with #91A6C1
Text Example
Text Example
White with #91A6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A6C1; }
p { color: rgb(145,166,193); }
H1.HeaderClassName
{
color: #91A6C1;
}
.AnyTagClassName
{
color: #91A6C1;
}
</style>
background-color css
<style>
a { background-color: #91A6C1; }
a { background-color: rgb(145,166,193); }
div.DivClassName
{
background-color: #91A6C1;
}
.BgClassName
{
background-color: #91A6C1;
}
</style>
border-color css
<style>
span { border-color: #91A6C1; }
span { border-color: rgb(145,166,193); }
td.TdClassName
{
border-color: #91A6C1;
}
.TagClassName
{
border-color: #91A6C1;
}
</style>