Shades of Prussian Blue #06334F
Tints of Prussian Blue #06334F
RGB
CMYK
RGB Variations
Color information
#06334F (or 0x06334F) is known color: Prussian Blue. HEX triplet: 06, 33 and 4F. RGB value is (6,51,79). Sum of RGB (Red+Green+Blue) = 6+51+79=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 79 (31.25% from 255 or 58.09% from 136); Max value from RGB is 79 - color contains mainly: blue. Hex color #06334F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06334F is #F9CCB0. Grayscale: #282828. Windows color (decimal): -16370865 or 5190406. OLE color: 5190406.
HSL color Cylindrical-coordinate representation of color #06334F: hue angle of 203.01º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06334F is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 51 | 79 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.69 |
| HSL | 203.01º | 0.86% | 0.17% | - |
| HSV(B) | 203.01º | 0.92% | 0.31% | - |
| XYZ | 2.67 | 2.97 | 7.83 | - |
| YUV | 40.74 | 149.59 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 51 | 79 | 0.92 | 0.35 | 0 | 0.69 | 203.01 | 0.86 | 0.17 |
| Hex | 6 | 33 | 4F | 5C | 23 | 0 | 45 | CB | 56 | 11 |
| Octal | 6 | 63 | 117 | 134 | 43 | 0 | 105 | 313 | 126 | 21 |
| Binary | 110 | 110011 | 1001111 | 1011100 | 100011 | 0 | 1000101 | 11001011 | 1010110 | 10001 |
Color Harmonies of #06334F
Complementary color
Monochromatic Colors of #06334F
Black with #06334F
Text Example
Text Example
White with #06334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06334F; }
p { color: rgb(6,51,79); }
H1.HeaderClassName
{
color: #06334F;
}
.AnyTagClassName
{
color: #06334F;
}
</style>
background-color css
<style>
a { background-color: #06334F; }
a { background-color: rgb(6,51,79); }
div.DivClassName
{
background-color: #06334F;
}
.BgClassName
{
background-color: #06334F;
}
</style>
border-color css
<style>
span { border-color: #06334F; }
span { border-color: rgb(6,51,79); }
td.TdClassName
{
border-color: #06334F;
}
.TagClassName
{
border-color: #06334F;
}
</style>