Shades of Prussian Blue #06405D
Tints of Prussian Blue #06405D
RGB
CMYK
RGB Variations
Color information
#06405D (or 0x06405D) is known color: Prussian Blue. HEX triplet: 06, 40 and 5D. RGB value is (6,64,93). Sum of RGB (Red+Green+Blue) = 6+64+93=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #06405D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06405D is #F9BFA2. Grayscale: #313131. Windows color (decimal): -16367523 or 6111238. OLE color: 6111238.
HSL color Cylindrical-coordinate representation of color #06405D: hue angle of 200º 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 #06405D is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 64 | 93 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.64 |
| HSL | 200º | 0.88% | 0.19% | - |
| HSV(B) | 200º | 0.94% | 0.36% | - |
| XYZ | 3.88 | 4.5 | 11.02 | - |
| YUV | 49.96 | 152.28 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 93 | 0.94 | 0.31 | 0 | 0.64 | 200 | 0.88 | 0.19 |
| Hex | 6 | 40 | 5D | 5E | 1F | 0 | 40 | C8 | 58 | 13 |
| Octal | 6 | 100 | 135 | 136 | 37 | 0 | 100 | 310 | 130 | 23 |
| Binary | 110 | 1000000 | 1011101 | 1011110 | 11111 | 0 | 1000000 | 11001000 | 1011000 | 10011 |
Color Harmonies of #06405D
Complementary color
Monochromatic Colors of #06405D
Black with #06405D
Text Example
Text Example
White with #06405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06405D; }
p { color: rgb(6,64,93); }
H1.HeaderClassName
{
color: #06405D;
}
.AnyTagClassName
{
color: #06405D;
}
</style>
background-color css
<style>
a { background-color: #06405D; }
a { background-color: rgb(6,64,93); }
div.DivClassName
{
background-color: #06405D;
}
.BgClassName
{
background-color: #06405D;
}
</style>
border-color css
<style>
span { border-color: #06405D; }
span { border-color: rgb(6,64,93); }
td.TdClassName
{
border-color: #06405D;
}
.TagClassName
{
border-color: #06405D;
}
</style>