Shades of Prussian Blue #06415F
Tints of Prussian Blue #06415F
RGB
CMYK
RGB Variations
Color information
#06415F (or 0x06415F) is known color: Prussian Blue. HEX triplet: 06, 41 and 5F. RGB value is (6,65,95). Sum of RGB (Red+Green+Blue) = 6+65+95=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #06415F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06415F is #F9BEA0. Grayscale: #323232. Windows color (decimal): -16367265 or 6242566. OLE color: 6242566.
HSL color Cylindrical-coordinate representation of color #06415F: hue angle of 200.22º 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 #06415F is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 65 | 95 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.63 |
| HSL | 200.22º | 0.88% | 0.2% | - |
| HSV(B) | 200.22º | 0.94% | 0.37% | - |
| XYZ | 4.03 | 4.65 | 11.51 | - |
| YUV | 50.78 | 152.95 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 95 | 0.94 | 0.32 | 0 | 0.63 | 200.22 | 0.88 | 0.2 |
| Hex | 6 | 41 | 5F | 5E | 20 | 0 | 3F | C8 | 58 | 14 |
| Octal | 6 | 101 | 137 | 136 | 40 | 0 | 77 | 310 | 130 | 24 |
| Binary | 110 | 1000001 | 1011111 | 1011110 | 100000 | 0 | 111111 | 11001000 | 1011000 | 10100 |
Color Harmonies of #06415F
Complementary color
Monochromatic Colors of #06415F
Black with #06415F
Text Example
Text Example
White with #06415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06415F; }
p { color: rgb(6,65,95); }
H1.HeaderClassName
{
color: #06415F;
}
.AnyTagClassName
{
color: #06415F;
}
</style>
background-color css
<style>
a { background-color: #06415F; }
a { background-color: rgb(6,65,95); }
div.DivClassName
{
background-color: #06415F;
}
.BgClassName
{
background-color: #06415F;
}
</style>
border-color css
<style>
span { border-color: #06415F; }
span { border-color: rgb(6,65,95); }
td.TdClassName
{
border-color: #06415F;
}
.TagClassName
{
border-color: #06415F;
}
</style>