Shades of Rock Blue #97A6C4
Tints of Rock Blue #97A6C4
RGB
CMYK
RGB Variations
Color information
#97A6C4 (or 0x97A6C4) is known color: Rock Blue. HEX triplet: 97, A6 and C4. RGB value is (151,166,196). Sum of RGB (Red+Green+Blue) = 151+166+196=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #97A6C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A6C4 is #68593B. Grayscale: #A4A4A4. Windows color (decimal): -6838588 or 12887703. OLE color: 12887703.
HSL color Cylindrical-coordinate representation of color #97A6C4: hue angle of 220º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97A6C4 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 166 | 196 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.23 |
| HSL | 220º | 0.28% | 0.68% | - |
| HSV(B) | 220º | 0.23% | 0.77% | - |
| XYZ | 36.36 | 37.84 | 57.61 | - |
| YUV | 164.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 166 | 196 | 0.23 | 0.15 | 0 | 0.23 | 220 | 0.28 | 0.68 |
| Hex | 97 | A6 | C4 | 17 | F | 0 | 17 | DC | 1C | 44 |
| Octal | 227 | 246 | 304 | 27 | 17 | 0 | 27 | 334 | 34 | 104 |
| Binary | 10010111 | 10100110 | 11000100 | 10111 | 1111 | 0 | 10111 | 11011100 | 11100 | 1000100 |
Color Harmonies of #97A6C4
Complementary color
Monochromatic Colors of #97A6C4
Black with #97A6C4
Text Example
Text Example
White with #97A6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A6C4; }
p { color: rgb(151,166,196); }
H1.HeaderClassName
{
color: #97A6C4;
}
.AnyTagClassName
{
color: #97A6C4;
}
</style>
background-color css
<style>
a { background-color: #97A6C4; }
a { background-color: rgb(151,166,196); }
div.DivClassName
{
background-color: #97A6C4;
}
.BgClassName
{
background-color: #97A6C4;
}
</style>
border-color css
<style>
span { border-color: #97A6C4; }
span { border-color: rgb(151,166,196); }
td.TdClassName
{
border-color: #97A6C4;
}
.TagClassName
{
border-color: #97A6C4;
}
</style>