Shades of Prussian Blue #06425F
Tints of Prussian Blue #06425F
RGB
CMYK
RGB Variations
Color information
#06425F (or 0x06425F) is known color: Prussian Blue. HEX triplet: 06, 42 and 5F. RGB value is (6,66,95). Sum of RGB (Red+Green+Blue) = 6+66+95=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #06425F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06425F is #F9BDA0. Grayscale: #333333. Windows color (decimal): -16367009 or 6242822. OLE color: 6242822.
HSL color Cylindrical-coordinate representation of color #06425F: hue angle of 199.55º 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 #06425F is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 66 | 95 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.63 |
| HSL | 199.55º | 0.88% | 0.2% | - |
| HSV(B) | 199.55º | 0.94% | 0.37% | - |
| XYZ | 4.09 | 4.76 | 11.53 | - |
| YUV | 51.37 | 152.62 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 95 | 0.94 | 0.31 | 0 | 0.63 | 199.55 | 0.88 | 0.2 |
| Hex | 6 | 42 | 5F | 5E | 1F | 0 | 3F | C8 | 58 | 14 |
| Octal | 6 | 102 | 137 | 136 | 37 | 0 | 77 | 310 | 130 | 24 |
| Binary | 110 | 1000010 | 1011111 | 1011110 | 11111 | 0 | 111111 | 11001000 | 1011000 | 10100 |
Color Harmonies of #06425F
Complementary color
Monochromatic Colors of #06425F
Black with #06425F
Text Example
Text Example
White with #06425F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06425F; }
p { color: rgb(6,66,95); }
H1.HeaderClassName
{
color: #06425F;
}
.AnyTagClassName
{
color: #06425F;
}
</style>
background-color css
<style>
a { background-color: #06425F; }
a { background-color: rgb(6,66,95); }
div.DivClassName
{
background-color: #06425F;
}
.BgClassName
{
background-color: #06425F;
}
</style>
border-color css
<style>
span { border-color: #06425F; }
span { border-color: rgb(6,66,95); }
td.TdClassName
{
border-color: #06425F;
}
.TagClassName
{
border-color: #06425F;
}
</style>