Shades of Prussian Blue #06356F
Tints of Prussian Blue #06356F
RGB
CMYK
RGB Variations
Color information
#06356F (or 0x06356F) is known color: Prussian Blue. HEX triplet: 06, 35 and 6F. RGB value is (6,53,111). Sum of RGB (Red+Green+Blue) = 6+53+111=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 111 (43.75% from 255 or 65.29% from 170); Max value from RGB is 111 - color contains mainly: blue. Hex color #06356F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06356F is #F9CA90. Grayscale: #2D2D2D. Windows color (decimal): -16370321 or 7288070. OLE color: 7288070.
HSL color Cylindrical-coordinate representation of color #06356F: hue angle of 213.14º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06356F is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 53 | 111 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.56 |
| HSL | 213.14º | 0.9% | 0.23% | - |
| HSV(B) | 213.14º | 0.95% | 0.44% | - |
| XYZ | 4.22 | 3.73 | 15.54 | - |
| YUV | 45.56 | 164.93 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 53 | 111 | 0.95 | 0.52 | 0 | 0.56 | 213.14 | 0.9 | 0.23 |
| Hex | 6 | 35 | 6F | 5F | 34 | 0 | 38 | D5 | 5A | 17 |
| Octal | 6 | 65 | 157 | 137 | 64 | 0 | 70 | 325 | 132 | 27 |
| Binary | 110 | 110101 | 1101111 | 1011111 | 110100 | 0 | 111000 | 11010101 | 1011010 | 10111 |
Color Harmonies of #06356F
Complementary color
Monochromatic Colors of #06356F
Black with #06356F
Text Example
Text Example
White with #06356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06356F; }
p { color: rgb(6,53,111); }
H1.HeaderClassName
{
color: #06356F;
}
.AnyTagClassName
{
color: #06356F;
}
</style>
background-color css
<style>
a { background-color: #06356F; }
a { background-color: rgb(6,53,111); }
div.DivClassName
{
background-color: #06356F;
}
.BgClassName
{
background-color: #06356F;
}
</style>
border-color css
<style>
span { border-color: #06356F; }
span { border-color: rgb(6,53,111); }
td.TdClassName
{
border-color: #06356F;
}
.TagClassName
{
border-color: #06356F;
}
</style>