Shades of Prussian Blue #06406E
Tints of Prussian Blue #06406E
RGB
CMYK
RGB Variations
Color information
#06406E (or 0x06406E) is known color: Prussian Blue. HEX triplet: 06, 40 and 6E. RGB value is (6,64,110). Sum of RGB (Red+Green+Blue) = 6+64+110=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #06406E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06406E is #F9BF91. Grayscale: #333333. Windows color (decimal): -16367506 or 7225350. OLE color: 7225350.
HSL color Cylindrical-coordinate representation of color #06406E: hue angle of 206.54º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06406E is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 64 | 110 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.57 |
| HSL | 206.54º | 0.9% | 0.23% | - |
| HSV(B) | 206.54º | 0.95% | 0.43% | - |
| XYZ | 4.72 | 4.83 | 15.44 | - |
| YUV | 51.9 | 160.78 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 110 | 0.95 | 0.42 | 0 | 0.57 | 206.54 | 0.9 | 0.23 |
| Hex | 6 | 40 | 6E | 5F | 2A | 0 | 39 | CF | 5A | 17 |
| Octal | 6 | 100 | 156 | 137 | 52 | 0 | 71 | 317 | 132 | 27 |
| Binary | 110 | 1000000 | 1101110 | 1011111 | 101010 | 0 | 111001 | 11001111 | 1011010 | 10111 |
Color Harmonies of #06406E
Complementary color
Monochromatic Colors of #06406E
Black with #06406E
Text Example
Text Example
White with #06406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06406E; }
p { color: rgb(6,64,110); }
H1.HeaderClassName
{
color: #06406E;
}
.AnyTagClassName
{
color: #06406E;
}
</style>
background-color css
<style>
a { background-color: #06406E; }
a { background-color: rgb(6,64,110); }
div.DivClassName
{
background-color: #06406E;
}
.BgClassName
{
background-color: #06406E;
}
</style>
border-color css
<style>
span { border-color: #06406E; }
span { border-color: rgb(6,64,110); }
td.TdClassName
{
border-color: #06406E;
}
.TagClassName
{
border-color: #06406E;
}
</style>