Shades of Prussian Blue #06346C
Tints of Prussian Blue #06346C
RGB
CMYK
RGB Variations
Color information
#06346C (or 0x06346C) is known color: Prussian Blue. HEX triplet: 06, 34 and 6C. RGB value is (6,52,108). Sum of RGB (Red+Green+Blue) = 6+52+108=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #06346C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06346C is #F9CB93. Grayscale: #2C2C2C. Windows color (decimal): -16370580 or 7091206. OLE color: 7091206.
HSL color Cylindrical-coordinate representation of color #06346C: hue angle of 212.94º 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 #06346C is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 52 | 108 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.58 |
| HSL | 212.94º | 0.89% | 0.22% | - |
| HSV(B) | 212.94º | 0.94% | 0.42% | - |
| XYZ | 4.01 | 3.58 | 14.67 | - |
| YUV | 44.63 | 163.76 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 52 | 108 | 0.94 | 0.52 | 0 | 0.58 | 212.94 | 0.89 | 0.22 |
| Hex | 6 | 34 | 6C | 5E | 34 | 0 | 3A | D5 | 59 | 16 |
| Octal | 6 | 64 | 154 | 136 | 64 | 0 | 72 | 325 | 131 | 26 |
| Binary | 110 | 110100 | 1101100 | 1011110 | 110100 | 0 | 111010 | 11010101 | 1011001 | 10110 |
Color Harmonies of #06346C
Complementary color
Monochromatic Colors of #06346C
Black with #06346C
Text Example
Text Example
White with #06346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06346C; }
p { color: rgb(6,52,108); }
H1.HeaderClassName
{
color: #06346C;
}
.AnyTagClassName
{
color: #06346C;
}
</style>
background-color css
<style>
a { background-color: #06346C; }
a { background-color: rgb(6,52,108); }
div.DivClassName
{
background-color: #06346C;
}
.BgClassName
{
background-color: #06346C;
}
</style>
border-color css
<style>
span { border-color: #06346C; }
span { border-color: rgb(6,52,108); }
td.TdClassName
{
border-color: #06346C;
}
.TagClassName
{
border-color: #06346C;
}
</style>