Shades of Prussian Blue #06324E
Tints of Prussian Blue #06324E
RGB
CMYK
RGB Variations
Color information
#06324E (or 0x06324E) is known color: Prussian Blue. HEX triplet: 06, 32 and 4E. RGB value is (6,50,78). Sum of RGB (Red+Green+Blue) = 6+50+78=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 78 (30.86% from 255 or 58.21% from 134); Max value from RGB is 78 - color contains mainly: blue. Hex color #06324E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06324E is #F9CDB1. Grayscale: #272727. Windows color (decimal): -16371122 or 5124614. OLE color: 5124614.
HSL color Cylindrical-coordinate representation of color #06324E: hue angle of 203.33º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06324E is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 50 | 78 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.69 |
| HSL | 203.33º | 0.86% | 0.16% | - |
| HSV(B) | 203.33º | 0.92% | 0.31% | - |
| XYZ | 2.59 | 2.87 | 7.63 | - |
| YUV | 40.04 | 149.42 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 78 | 0.92 | 0.36 | 0 | 0.69 | 203.33 | 0.86 | 0.16 |
| Hex | 6 | 32 | 4E | 5C | 24 | 0 | 45 | CB | 56 | 10 |
| Octal | 6 | 62 | 116 | 134 | 44 | 0 | 105 | 313 | 126 | 20 |
| Binary | 110 | 110010 | 1001110 | 1011100 | 100100 | 0 | 1000101 | 11001011 | 1010110 | 10000 |
Color Harmonies of #06324E
Complementary color
Monochromatic Colors of #06324E
Black with #06324E
Text Example
Text Example
White with #06324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06324E; }
p { color: rgb(6,50,78); }
H1.HeaderClassName
{
color: #06324E;
}
.AnyTagClassName
{
color: #06324E;
}
</style>
background-color css
<style>
a { background-color: #06324E; }
a { background-color: rgb(6,50,78); }
div.DivClassName
{
background-color: #06324E;
}
.BgClassName
{
background-color: #06324E;
}
</style>
border-color css
<style>
span { border-color: #06324E; }
span { border-color: rgb(6,50,78); }
td.TdClassName
{
border-color: #06324E;
}
.TagClassName
{
border-color: #06324E;
}
</style>