Shades of Prussian Blue #06315E
Tints of Prussian Blue #06315E
RGB
CMYK
RGB Variations
Color information
#06315E (or 0x06315E) is known color: Prussian Blue. HEX triplet: 06, 31 and 5E. RGB value is (6,49,94). Sum of RGB (Red+Green+Blue) = 6+49+94=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 94 (37.11% from 255 or 63.09% from 149); Max value from RGB is 94 - color contains mainly: blue. Hex color #06315E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06315E is #F9CEA1. Grayscale: #292929. Windows color (decimal): -16371362 or 6172934. OLE color: 6172934.
HSL color Cylindrical-coordinate representation of color #06315E: hue angle of 210.68º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06315E is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 49 | 94 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.63 |
| HSL | 210.68º | 0.88% | 0.2% | - |
| HSV(B) | 210.68º | 0.94% | 0.37% | - |
| XYZ | 3.19 | 3.04 | 11.01 | - |
| YUV | 41.27 | 157.75 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 94 | 0.94 | 0.48 | 0 | 0.63 | 210.68 | 0.88 | 0.2 |
| Hex | 6 | 31 | 5E | 5E | 30 | 0 | 3F | D3 | 58 | 14 |
| Octal | 6 | 61 | 136 | 136 | 60 | 0 | 77 | 323 | 130 | 24 |
| Binary | 110 | 110001 | 1011110 | 1011110 | 110000 | 0 | 111111 | 11010011 | 1011000 | 10100 |
Color Harmonies of #06315E
Complementary color
Monochromatic Colors of #06315E
Black with #06315E
Text Example
Text Example
White with #06315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06315E; }
p { color: rgb(6,49,94); }
H1.HeaderClassName
{
color: #06315E;
}
.AnyTagClassName
{
color: #06315E;
}
</style>
background-color css
<style>
a { background-color: #06315E; }
a { background-color: rgb(6,49,94); }
div.DivClassName
{
background-color: #06315E;
}
.BgClassName
{
background-color: #06315E;
}
</style>
border-color css
<style>
span { border-color: #06315E; }
span { border-color: rgb(6,49,94); }
td.TdClassName
{
border-color: #06315E;
}
.TagClassName
{
border-color: #06315E;
}
</style>