Shades of Rock Blue #919FC6
Tints of Rock Blue #919FC6
RGB
CMYK
RGB Variations
Color information
#919FC6 (or 0x919FC6) is known color: Rock Blue. HEX triplet: 91, 9F and C6. RGB value is (145,159,198). Sum of RGB (Red+Green+Blue) = 145+159+198=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 159 (62.5% from 255 or 31.67% 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 #919FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FC6 is #6E6039. Grayscale: #9F9F9F. Windows color (decimal): -7233594 or 13016977. OLE color: 13016977.
HSL color Cylindrical-coordinate representation of color #919FC6: hue angle of 224.15º 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 #919FC6 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 159 | 198 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.22 |
| HSL | 224.15º | 0.32% | 0.67% | - |
| HSV(B) | 224.15º | 0.27% | 0.78% | - |
| XYZ | 34.27 | 34.89 | 58.36 | - |
| YUV | 159.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 198 | 0.27 | 0.20 | 0 | 0.22 | 224.15 | 0.32 | 0.67 |
| Hex | 91 | 9F | C6 | 1B | 14 | 0 | 16 | E0 | 20 | 43 |
| Octal | 221 | 237 | 306 | 33 | 24 | 0 | 26 | 340 | 40 | 103 |
| Binary | 10010001 | 10011111 | 11000110 | 11011 | 10100 | 0 | 10110 | 11100000 | 100000 | 1000011 |
Color Harmonies of #919FC6
Complementary color
Monochromatic Colors of #919FC6
Black with #919FC6
Text Example
Text Example
White with #919FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919FC6; }
p { color: rgb(145,159,198); }
H1.HeaderClassName
{
color: #919FC6;
}
.AnyTagClassName
{
color: #919FC6;
}
</style>
background-color css
<style>
a { background-color: #919FC6; }
a { background-color: rgb(145,159,198); }
div.DivClassName
{
background-color: #919FC6;
}
.BgClassName
{
background-color: #919FC6;
}
</style>
border-color css
<style>
span { border-color: #919FC6; }
span { border-color: rgb(145,159,198); }
td.TdClassName
{
border-color: #919FC6;
}
.TagClassName
{
border-color: #919FC6;
}
</style>