Shades of Prussian Blue #06325B
Tints of Prussian Blue #06325B
RGB
CMYK
RGB Variations
Color information
#06325B (or 0x06325B) is known color: Prussian Blue. HEX triplet: 06, 32 and 5B. RGB value is (6,50,91). Sum of RGB (Red+Green+Blue) = 6+50+91=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #06325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06325B is #F9CDA4. Grayscale: #292929. Windows color (decimal): -16371109 or 5976582. OLE color: 5976582.
HSL color Cylindrical-coordinate representation of color #06325B: hue angle of 208.94º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06325B is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 50 | 91 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.64 |
| HSL | 208.94º | 0.88% | 0.19% | - |
| HSV(B) | 208.94º | 0.93% | 0.36% | - |
| XYZ | 3.1 | 3.08 | 10.33 | - |
| YUV | 41.52 | 155.92 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 91 | 0.93 | 0.45 | 0 | 0.64 | 208.94 | 0.88 | 0.19 |
| Hex | 6 | 32 | 5B | 5D | 2D | 0 | 40 | D1 | 58 | 13 |
| Octal | 6 | 62 | 133 | 135 | 55 | 0 | 100 | 321 | 130 | 23 |
| Binary | 110 | 110010 | 1011011 | 1011101 | 101101 | 0 | 1000000 | 11010001 | 1011000 | 10011 |
Color Harmonies of #06325B
Complementary color
Monochromatic Colors of #06325B
Black with #06325B
Text Example
Text Example
White with #06325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06325B; }
p { color: rgb(6,50,91); }
H1.HeaderClassName
{
color: #06325B;
}
.AnyTagClassName
{
color: #06325B;
}
</style>
background-color css
<style>
a { background-color: #06325B; }
a { background-color: rgb(6,50,91); }
div.DivClassName
{
background-color: #06325B;
}
.BgClassName
{
background-color: #06325B;
}
</style>
border-color css
<style>
span { border-color: #06325B; }
span { border-color: rgb(6,50,91); }
td.TdClassName
{
border-color: #06325B;
}
.TagClassName
{
border-color: #06325B;
}
</style>