Shades of Rock Blue #93A4C6
Tints of Rock Blue #93A4C6
RGB
CMYK
RGB Variations
Color information
#93A4C6 (or 0x93A4C6) is known color: Rock Blue. HEX triplet: 93, A4 and C6. RGB value is (147,164,198). Sum of RGB (Red+Green+Blue) = 147+164+198=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #93A4C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A4C6 is #6C5B39. Grayscale: #A2A2A2. Windows color (decimal): -7101242 or 13018259. OLE color: 13018259.
HSL color Cylindrical-coordinate representation of color #93A4C6: hue angle of 220º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93A4C6 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 164 | 198 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.22 |
| HSL | 220º | 0.31% | 0.68% | - |
| HSV(B) | 220º | 0.26% | 0.78% | - |
| XYZ | 35.5 | 36.83 | 58.66 | - |
| YUV | 162.79 | 147.87 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 164 | 198 | 0.26 | 0.17 | 0 | 0.22 | 220 | 0.31 | 0.68 |
| Hex | 93 | A4 | C6 | 1A | 11 | 0 | 16 | DC | 1F | 44 |
| Octal | 223 | 244 | 306 | 32 | 21 | 0 | 26 | 334 | 37 | 104 |
| Binary | 10010011 | 10100100 | 11000110 | 11010 | 10001 | 0 | 10110 | 11011100 | 11111 | 1000100 |
Color Harmonies of #93A4C6
Complementary color
Monochromatic Colors of #93A4C6
Black with #93A4C6
Text Example
Text Example
White with #93A4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A4C6; }
p { color: rgb(147,164,198); }
H1.HeaderClassName
{
color: #93A4C6;
}
.AnyTagClassName
{
color: #93A4C6;
}
</style>
background-color css
<style>
a { background-color: #93A4C6; }
a { background-color: rgb(147,164,198); }
div.DivClassName
{
background-color: #93A4C6;
}
.BgClassName
{
background-color: #93A4C6;
}
</style>
border-color css
<style>
span { border-color: #93A4C6; }
span { border-color: rgb(147,164,198); }
td.TdClassName
{
border-color: #93A4C6;
}
.TagClassName
{
border-color: #93A4C6;
}
</style>