Shades of Rock Blue #91A6C2
Tints of Rock Blue #91A6C2
RGB
CMYK
RGB Variations
Color information
#91A6C2 (or 0x91A6C2) is known color: Rock Blue. HEX triplet: 91, A6 and C2. RGB value is (145,166,194). Sum of RGB (Red+Green+Blue) = 145+166+194=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 194 - color contains mainly: blue. Hex color #91A6C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A6C2 is #6E593D. Grayscale: #A2A2A2. Windows color (decimal): -7231806 or 12756625. OLE color: 12756625.
HSL color Cylindrical-coordinate representation of color #91A6C2: hue angle of 214.29º degrees, saturation: 0.29, 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 #91A6C2 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 166 | 194 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.24 |
| HSL | 214.29º | 0.29% | 0.66% | - |
| HSV(B) | 214.29º | 0.25% | 0.76% | - |
| XYZ | 35.05 | 37.19 | 56.37 | - |
| YUV | 162.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 166 | 194 | 0.25 | 0.14 | 0 | 0.24 | 214.29 | 0.29 | 0.66 |
| Hex | 91 | A6 | C2 | 19 | E | 0 | 18 | D6 | 1D | 42 |
| Octal | 221 | 246 | 302 | 31 | 16 | 0 | 30 | 326 | 35 | 102 |
| Binary | 10010001 | 10100110 | 11000010 | 11001 | 1110 | 0 | 11000 | 11010110 | 11101 | 1000010 |
Color Harmonies of #91A6C2
Complementary color
Monochromatic Colors of #91A6C2
Black with #91A6C2
Text Example
Text Example
White with #91A6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A6C2; }
p { color: rgb(145,166,194); }
H1.HeaderClassName
{
color: #91A6C2;
}
.AnyTagClassName
{
color: #91A6C2;
}
</style>
background-color css
<style>
a { background-color: #91A6C2; }
a { background-color: rgb(145,166,194); }
div.DivClassName
{
background-color: #91A6C2;
}
.BgClassName
{
background-color: #91A6C2;
}
</style>
border-color css
<style>
span { border-color: #91A6C2; }
span { border-color: rgb(145,166,194); }
td.TdClassName
{
border-color: #91A6C2;
}
.TagClassName
{
border-color: #91A6C2;
}
</style>