Shades of Rock Blue #94A3C6
Tints of Rock Blue #94A3C6
RGB
CMYK
RGB Variations
Color information
#94A3C6 (or 0x94A3C6) is known color: Rock Blue. HEX triplet: 94, A3 and C6. RGB value is (148,163,198). Sum of RGB (Red+Green+Blue) = 148+163+198=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 163 (64.06% from 255 or 32.02% 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 #94A3C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A3C6 is #6B5C39. Grayscale: #A2A2A2. Windows color (decimal): -7035962 or 13018004. OLE color: 13018004.
HSL color Cylindrical-coordinate representation of color #94A3C6: hue angle of 222º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94A3C6 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 163 | 198 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.22 |
| HSL | 222º | 0.3% | 0.68% | - |
| HSV(B) | 222º | 0.25% | 0.78% | - |
| XYZ | 35.5 | 36.57 | 58.61 | - |
| YUV | 162.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 198 | 0.25 | 0.18 | 0 | 0.22 | 222 | 0.3 | 0.68 |
| Hex | 94 | A3 | C6 | 19 | 12 | 0 | 16 | DE | 1E | 44 |
| Octal | 224 | 243 | 306 | 31 | 22 | 0 | 26 | 336 | 36 | 104 |
| Binary | 10010100 | 10100011 | 11000110 | 11001 | 10010 | 0 | 10110 | 11011110 | 11110 | 1000100 |
Color Harmonies of #94A3C6
Complementary color
Monochromatic Colors of #94A3C6
Black with #94A3C6
Text Example
Text Example
White with #94A3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A3C6; }
p { color: rgb(148,163,198); }
H1.HeaderClassName
{
color: #94A3C6;
}
.AnyTagClassName
{
color: #94A3C6;
}
</style>
background-color css
<style>
a { background-color: #94A3C6; }
a { background-color: rgb(148,163,198); }
div.DivClassName
{
background-color: #94A3C6;
}
.BgClassName
{
background-color: #94A3C6;
}
</style>
border-color css
<style>
span { border-color: #94A3C6; }
span { border-color: rgb(148,163,198); }
td.TdClassName
{
border-color: #94A3C6;
}
.TagClassName
{
border-color: #94A3C6;
}
</style>