Shades of Prussian Blue #063460
Tints of Prussian Blue #063460
RGB
CMYK
RGB Variations
Color information
#063460 (or 0x063460) is known color: Prussian Blue. HEX triplet: 06, 34 and 60. RGB value is (6,52,96). Sum of RGB (Red+Green+Blue) = 6+52+96=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #063460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063460 is #F9CB9F. Grayscale: #2B2B2B. Windows color (decimal): -16370592 or 6304774. OLE color: 6304774.
HSL color Cylindrical-coordinate representation of color #063460: hue angle of 209.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063460 is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 52 | 96 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.62 |
| HSL | 209.33º | 0.88% | 0.2% | - |
| HSV(B) | 209.33º | 0.94% | 0.38% | - |
| XYZ | 3.41 | 3.34 | 11.53 | - |
| YUV | 43.26 | 157.76 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 52 | 96 | 0.94 | 0.46 | 0 | 0.62 | 209.33 | 0.88 | 0.2 |
| Hex | 6 | 34 | 60 | 5E | 2E | 0 | 3E | D1 | 58 | 14 |
| Octal | 6 | 64 | 140 | 136 | 56 | 0 | 76 | 321 | 130 | 24 |
| Binary | 110 | 110100 | 1100000 | 1011110 | 101110 | 0 | 111110 | 11010001 | 1011000 | 10100 |
Color Harmonies of #063460
Complementary color
Monochromatic Colors of #063460
Black with #063460
Text Example
Text Example
White with #063460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063460; }
p { color: rgb(6,52,96); }
H1.HeaderClassName
{
color: #063460;
}
.AnyTagClassName
{
color: #063460;
}
</style>
background-color css
<style>
a { background-color: #063460; }
a { background-color: rgb(6,52,96); }
div.DivClassName
{
background-color: #063460;
}
.BgClassName
{
background-color: #063460;
}
</style>
border-color css
<style>
span { border-color: #063460; }
span { border-color: rgb(6,52,96); }
td.TdClassName
{
border-color: #063460;
}
.TagClassName
{
border-color: #063460;
}
</style>