Shades of Prussian Blue #06445F
Tints of Prussian Blue #06445F
RGB
CMYK
RGB Variations
Color information
#06445F (or 0x06445F) is known color: Prussian Blue. HEX triplet: 06, 44 and 5F. RGB value is (6,68,95). Sum of RGB (Red+Green+Blue) = 6+68+95=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 95 (37.5% from 255 or 56.21% from 169); Max value from RGB is 95 - color contains mainly: blue. Hex color #06445F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06445F is #F9BBA0. Grayscale: #343434. Windows color (decimal): -16366497 or 6243334. OLE color: 6243334.
HSL color Cylindrical-coordinate representation of color #06445F: hue angle of 198.2º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06445F is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 68 | 95 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.63 |
| HSL | 198.2º | 0.88% | 0.2% | - |
| HSV(B) | 198.2º | 0.94% | 0.37% | - |
| XYZ | 4.21 | 5 | 11.57 | - |
| YUV | 52.54 | 151.96 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 95 | 0.94 | 0.28 | 0 | 0.63 | 198.2 | 0.88 | 0.2 |
| Hex | 6 | 44 | 5F | 5E | 1C | 0 | 3F | C6 | 58 | 14 |
| Octal | 6 | 104 | 137 | 136 | 34 | 0 | 77 | 306 | 130 | 24 |
| Binary | 110 | 1000100 | 1011111 | 1011110 | 11100 | 0 | 111111 | 11000110 | 1011000 | 10100 |
Color Harmonies of #06445F
Complementary color
Monochromatic Colors of #06445F
Black with #06445F
Text Example
Text Example
White with #06445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06445F; }
p { color: rgb(6,68,95); }
H1.HeaderClassName
{
color: #06445F;
}
.AnyTagClassName
{
color: #06445F;
}
</style>
background-color css
<style>
a { background-color: #06445F; }
a { background-color: rgb(6,68,95); }
div.DivClassName
{
background-color: #06445F;
}
.BgClassName
{
background-color: #06445F;
}
</style>
border-color css
<style>
span { border-color: #06445F; }
span { border-color: rgb(6,68,95); }
td.TdClassName
{
border-color: #06445F;
}
.TagClassName
{
border-color: #06445F;
}
</style>