Shades of Prussian Blue #06425E
Tints of Prussian Blue #06425E
RGB
CMYK
RGB Variations
Color information
#06425E (or 0x06425E) is known color: Prussian Blue. HEX triplet: 06, 42 and 5E. RGB value is (6,66,94). Sum of RGB (Red+Green+Blue) = 6+66+94=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #06425E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06425E is #F9BDA1. Grayscale: #333333. Windows color (decimal): -16367010 or 6177286. OLE color: 6177286.
HSL color Cylindrical-coordinate representation of color #06425E: hue angle of 199.09º 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 #06425E is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 66 | 94 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.63 |
| HSL | 199.09º | 0.88% | 0.2% | - |
| HSV(B) | 199.09º | 0.94% | 0.37% | - |
| XYZ | 4.04 | 4.74 | 11.29 | - |
| YUV | 51.25 | 152.12 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 94 | 0.94 | 0.30 | 0 | 0.63 | 199.09 | 0.88 | 0.2 |
| Hex | 6 | 42 | 5E | 5E | 1E | 0 | 3F | C7 | 58 | 14 |
| Octal | 6 | 102 | 136 | 136 | 36 | 0 | 77 | 307 | 130 | 24 |
| Binary | 110 | 1000010 | 1011110 | 1011110 | 11110 | 0 | 111111 | 11000111 | 1011000 | 10100 |
Color Harmonies of #06425E
Complementary color
Monochromatic Colors of #06425E
Black with #06425E
Text Example
Text Example
White with #06425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06425E; }
p { color: rgb(6,66,94); }
H1.HeaderClassName
{
color: #06425E;
}
.AnyTagClassName
{
color: #06425E;
}
</style>
background-color css
<style>
a { background-color: #06425E; }
a { background-color: rgb(6,66,94); }
div.DivClassName
{
background-color: #06425E;
}
.BgClassName
{
background-color: #06425E;
}
</style>
border-color css
<style>
span { border-color: #06425E; }
span { border-color: rgb(6,66,94); }
td.TdClassName
{
border-color: #06425E;
}
.TagClassName
{
border-color: #06425E;
}
</style>