Shades of Prussian Blue #06326C
Tints of Prussian Blue #06326C
RGB
CMYK
RGB Variations
Color information
#06326C (or 0x06326C) is known color: Prussian Blue. HEX triplet: 06, 32 and 6C. RGB value is (6,50,108). Sum of RGB (Red+Green+Blue) = 6+50+108=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 108 (42.58% from 255 or 65.85% from 164); Max value from RGB is 108 - color contains mainly: blue. Hex color #06326C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06326C is #F9CD93. Grayscale: #2B2B2B. Windows color (decimal): -16371092 or 7090694. OLE color: 7090694.
HSL color Cylindrical-coordinate representation of color #06326C: hue angle of 214.12º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06326C is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 50 | 108 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.58 |
| HSL | 214.12º | 0.89% | 0.22% | - |
| HSV(B) | 214.12º | 0.94% | 0.42% | - |
| XYZ | 3.92 | 3.4 | 14.64 | - |
| YUV | 43.46 | 164.42 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 108 | 0.94 | 0.54 | 0 | 0.58 | 214.12 | 0.89 | 0.22 |
| Hex | 6 | 32 | 6C | 5E | 36 | 0 | 3A | D6 | 59 | 16 |
| Octal | 6 | 62 | 154 | 136 | 66 | 0 | 72 | 326 | 131 | 26 |
| Binary | 110 | 110010 | 1101100 | 1011110 | 110110 | 0 | 111010 | 11010110 | 1011001 | 10110 |
Color Harmonies of #06326C
Complementary color
Monochromatic Colors of #06326C
Black with #06326C
Text Example
Text Example
White with #06326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06326C; }
p { color: rgb(6,50,108); }
H1.HeaderClassName
{
color: #06326C;
}
.AnyTagClassName
{
color: #06326C;
}
</style>
background-color css
<style>
a { background-color: #06326C; }
a { background-color: rgb(6,50,108); }
div.DivClassName
{
background-color: #06326C;
}
.BgClassName
{
background-color: #06326C;
}
</style>
border-color css
<style>
span { border-color: #06326C; }
span { border-color: rgb(6,50,108); }
td.TdClassName
{
border-color: #06326C;
}
.TagClassName
{
border-color: #06326C;
}
</style>