Shades of Prussian Blue #06406D
Tints of Prussian Blue #06406D
RGB
CMYK
RGB Variations
Color information
#06406D (or 0x06406D) is known color: Prussian Blue. HEX triplet: 06, 40 and 6D. RGB value is (6,64,109). Sum of RGB (Red+Green+Blue) = 6+64+109=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 109 (42.97% from 255 or 60.89% from 179); Max value from RGB is 109 - color contains mainly: blue. Hex color #06406D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06406D is #F9BF92. Grayscale: #333333. Windows color (decimal): -16367507 or 7159814. OLE color: 7159814.
HSL color Cylindrical-coordinate representation of color #06406D: hue angle of 206.21º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06406D is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 64 | 109 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.57 |
| HSL | 206.21º | 0.9% | 0.23% | - |
| HSV(B) | 206.21º | 0.94% | 0.43% | - |
| XYZ | 4.67 | 4.81 | 15.15 | - |
| YUV | 51.79 | 160.28 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 109 | 0.94 | 0.41 | 0 | 0.57 | 206.21 | 0.9 | 0.23 |
| Hex | 6 | 40 | 6D | 5E | 29 | 0 | 39 | CE | 5A | 17 |
| Octal | 6 | 100 | 155 | 136 | 51 | 0 | 71 | 316 | 132 | 27 |
| Binary | 110 | 1000000 | 1101101 | 1011110 | 101001 | 0 | 111001 | 11001110 | 1011010 | 10111 |
Color Harmonies of #06406D
Complementary color
Monochromatic Colors of #06406D
Black with #06406D
Text Example
Text Example
White with #06406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06406D; }
p { color: rgb(6,64,109); }
H1.HeaderClassName
{
color: #06406D;
}
.AnyTagClassName
{
color: #06406D;
}
</style>
background-color css
<style>
a { background-color: #06406D; }
a { background-color: rgb(6,64,109); }
div.DivClassName
{
background-color: #06406D;
}
.BgClassName
{
background-color: #06406D;
}
</style>
border-color css
<style>
span { border-color: #06406D; }
span { border-color: rgb(6,64,109); }
td.TdClassName
{
border-color: #06406D;
}
.TagClassName
{
border-color: #06406D;
}
</style>