Shades of Prussian Blue #063560
Tints of Prussian Blue #063560
RGB
CMYK
RGB Variations
Color information
#063560 (or 0x063560) is known color: Prussian Blue. HEX triplet: 06, 35 and 60. RGB value is (6,53,96). Sum of RGB (Red+Green+Blue) = 6+53+96=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #063560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063560 is #F9CA9F. Grayscale: #2B2B2B. Windows color (decimal): -16370336 or 6305030. OLE color: 6305030.
HSL color Cylindrical-coordinate representation of color #063560: hue angle of 208.67º 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 #063560 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 53 | 96 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.62 |
| HSL | 208.67º | 0.88% | 0.2% | - |
| HSV(B) | 208.67º | 0.94% | 0.38% | - |
| XYZ | 3.46 | 3.43 | 11.55 | - |
| YUV | 43.85 | 157.43 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 53 | 96 | 0.94 | 0.45 | 0 | 0.62 | 208.67 | 0.88 | 0.2 |
| Hex | 6 | 35 | 60 | 5E | 2D | 0 | 3E | D1 | 58 | 14 |
| Octal | 6 | 65 | 140 | 136 | 55 | 0 | 76 | 321 | 130 | 24 |
| Binary | 110 | 110101 | 1100000 | 1011110 | 101101 | 0 | 111110 | 11010001 | 1011000 | 10100 |
Color Harmonies of #063560
Complementary color
Monochromatic Colors of #063560
Black with #063560
Text Example
Text Example
White with #063560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063560; }
p { color: rgb(6,53,96); }
H1.HeaderClassName
{
color: #063560;
}
.AnyTagClassName
{
color: #063560;
}
</style>
background-color css
<style>
a { background-color: #063560; }
a { background-color: rgb(6,53,96); }
div.DivClassName
{
background-color: #063560;
}
.BgClassName
{
background-color: #063560;
}
</style>
border-color css
<style>
span { border-color: #063560; }
span { border-color: rgb(6,53,96); }
td.TdClassName
{
border-color: #063560;
}
.TagClassName
{
border-color: #063560;
}
</style>