Shades of Rock Blue #92A1C6
Tints of Rock Blue #92A1C6
RGB
CMYK
RGB Variations
Color information
#92A1C6 (or 0x92A1C6) is known color: Rock Blue. HEX triplet: 92, A1 and C6. RGB value is (146,161,198). Sum of RGB (Red+Green+Blue) = 146+161+198=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 198 - color contains mainly: blue. Hex color #92A1C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A1C6 is #6D5E39. Grayscale: #A0A0A0. Windows color (decimal): -7167546 or 13017490. OLE color: 13017490.
HSL color Cylindrical-coordinate representation of color #92A1C6: hue angle of 222.69º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92A1C6 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 161 | 198 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.22 |
| HSL | 222.69º | 0.31% | 0.67% | - |
| HSV(B) | 222.69º | 0.26% | 0.78% | - |
| XYZ | 34.79 | 35.68 | 58.48 | - |
| YUV | 160.73 | 149.03 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 161 | 198 | 0.26 | 0.19 | 0 | 0.22 | 222.69 | 0.31 | 0.67 |
| Hex | 92 | A1 | C6 | 1A | 13 | 0 | 16 | DF | 1F | 43 |
| Octal | 222 | 241 | 306 | 32 | 23 | 0 | 26 | 337 | 37 | 103 |
| Binary | 10010010 | 10100001 | 11000110 | 11010 | 10011 | 0 | 10110 | 11011111 | 11111 | 1000011 |
Color Harmonies of #92A1C6
Complementary color
Monochromatic Colors of #92A1C6
Black with #92A1C6
Text Example
Text Example
White with #92A1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A1C6; }
p { color: rgb(146,161,198); }
H1.HeaderClassName
{
color: #92A1C6;
}
.AnyTagClassName
{
color: #92A1C6;
}
</style>
background-color css
<style>
a { background-color: #92A1C6; }
a { background-color: rgb(146,161,198); }
div.DivClassName
{
background-color: #92A1C6;
}
.BgClassName
{
background-color: #92A1C6;
}
</style>
border-color css
<style>
span { border-color: #92A1C6; }
span { border-color: rgb(146,161,198); }
td.TdClassName
{
border-color: #92A1C6;
}
.TagClassName
{
border-color: #92A1C6;
}
</style>