Shades of Prussian Blue #063060
Tints of Prussian Blue #063060
RGB
CMYK
RGB Variations
Color information
#063060 (or 0x063060) is known color: Prussian Blue. HEX triplet: 06, 30 and 60. RGB value is (6,48,96). Sum of RGB (Red+Green+Blue) = 6+48+96=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #063060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063060 is #F9CF9F. Grayscale: #282828. Windows color (decimal): -16371616 or 6303750. OLE color: 6303750.
HSL color Cylindrical-coordinate representation of color #063060: hue angle of 212º 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 #063060 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 48 | 96 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.62 |
| HSL | 212º | 0.88% | 0.2% | - |
| HSV(B) | 212º | 0.94% | 0.38% | - |
| XYZ | 3.24 | 3 | 11.47 | - |
| YUV | 40.91 | 159.09 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 96 | 0.94 | 0.50 | 0 | 0.62 | 212 | 0.88 | 0.2 |
| Hex | 6 | 30 | 60 | 5E | 32 | 0 | 3E | D4 | 58 | 14 |
| Octal | 6 | 60 | 140 | 136 | 62 | 0 | 76 | 324 | 130 | 24 |
| Binary | 110 | 110000 | 1100000 | 1011110 | 110010 | 0 | 111110 | 11010100 | 1011000 | 10100 |
Color Harmonies of #063060
Complementary color
Monochromatic Colors of #063060
Black with #063060
Text Example
Text Example
White with #063060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063060; }
p { color: rgb(6,48,96); }
H1.HeaderClassName
{
color: #063060;
}
.AnyTagClassName
{
color: #063060;
}
</style>
background-color css
<style>
a { background-color: #063060; }
a { background-color: rgb(6,48,96); }
div.DivClassName
{
background-color: #063060;
}
.BgClassName
{
background-color: #063060;
}
</style>
border-color css
<style>
span { border-color: #063060; }
span { border-color: rgb(6,48,96); }
td.TdClassName
{
border-color: #063060;
}
.TagClassName
{
border-color: #063060;
}
</style>