Shades of Rock Blue #91A6BE
Tints of Rock Blue #91A6BE
RGB
CMYK
RGB Variations
Color information
#91A6BE (or 0x91A6BE) is known color: Rock Blue. HEX triplet: 91, A6 and BE. RGB value is (145,166,190). Sum of RGB (Red+Green+Blue) = 145+166+190=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #91A6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A6BE is #6E5941. Grayscale: #A2A2A2. Windows color (decimal): -7231810 or 12494481. OLE color: 12494481.
HSL color Cylindrical-coordinate representation of color #91A6BE: hue angle of 212º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #91A6BE is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 166 | 190 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.25 |
| HSL | 212º | 0.26% | 0.66% | - |
| HSV(B) | 212º | 0.24% | 0.75% | - |
| XYZ | 34.61 | 37.01 | 54.03 | - |
| YUV | 162.46 | 143.54 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 166 | 190 | 0.24 | 0.13 | 0 | 0.25 | 212 | 0.26 | 0.66 |
| Hex | 91 | A6 | BE | 18 | D | 0 | 19 | D4 | 1A | 42 |
| Octal | 221 | 246 | 276 | 30 | 15 | 0 | 31 | 324 | 32 | 102 |
| Binary | 10010001 | 10100110 | 10111110 | 11000 | 1101 | 0 | 11001 | 11010100 | 11010 | 1000010 |
Color Harmonies of #91A6BE
Complementary color
Monochromatic Colors of #91A6BE
Black with #91A6BE
Text Example
Text Example
White with #91A6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A6BE; }
p { color: rgb(145,166,190); }
H1.HeaderClassName
{
color: #91A6BE;
}
.AnyTagClassName
{
color: #91A6BE;
}
</style>
background-color css
<style>
a { background-color: #91A6BE; }
a { background-color: rgb(145,166,190); }
div.DivClassName
{
background-color: #91A6BE;
}
.BgClassName
{
background-color: #91A6BE;
}
</style>
border-color css
<style>
span { border-color: #91A6BE; }
span { border-color: rgb(145,166,190); }
td.TdClassName
{
border-color: #91A6BE;
}
.TagClassName
{
border-color: #91A6BE;
}
</style>