Shades of Prussian Blue #06425D
Tints of Prussian Blue #06425D
RGB
CMYK
RGB Variations
Color information
#06425D (or 0x06425D) is known color: Prussian Blue. HEX triplet: 06, 42 and 5D. RGB value is (6,66,93). Sum of RGB (Red+Green+Blue) = 6+66+93=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #06425D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06425D is #F9BDA2. Grayscale: #323232. Windows color (decimal): -16367011 or 6111750. OLE color: 6111750.
HSL color Cylindrical-coordinate representation of color #06425D: hue angle of 198.62º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06425D is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 66 | 93 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.64 |
| HSL | 198.62º | 0.88% | 0.19% | - |
| HSV(B) | 198.62º | 0.94% | 0.36% | - |
| XYZ | 4 | 4.73 | 11.06 | - |
| YUV | 51.14 | 151.62 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 93 | 0.94 | 0.29 | 0 | 0.64 | 198.62 | 0.88 | 0.19 |
| Hex | 6 | 42 | 5D | 5E | 1D | 0 | 40 | C7 | 58 | 13 |
| Octal | 6 | 102 | 135 | 136 | 35 | 0 | 100 | 307 | 130 | 23 |
| Binary | 110 | 1000010 | 1011101 | 1011110 | 11101 | 0 | 1000000 | 11000111 | 1011000 | 10011 |
Color Harmonies of #06425D
Complementary color
Monochromatic Colors of #06425D
Black with #06425D
Text Example
Text Example
White with #06425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06425D; }
p { color: rgb(6,66,93); }
H1.HeaderClassName
{
color: #06425D;
}
.AnyTagClassName
{
color: #06425D;
}
</style>
background-color css
<style>
a { background-color: #06425D; }
a { background-color: rgb(6,66,93); }
div.DivClassName
{
background-color: #06425D;
}
.BgClassName
{
background-color: #06425D;
}
</style>
border-color css
<style>
span { border-color: #06425D; }
span { border-color: rgb(6,66,93); }
td.TdClassName
{
border-color: #06425D;
}
.TagClassName
{
border-color: #06425D;
}
</style>