Shades of Prussian Blue #063558
Tints of Prussian Blue #063558
RGB
CMYK
RGB Variations
Color information
#063558 (or 0x063558) is known color: Prussian Blue. HEX triplet: 06, 35 and 58. RGB value is (6,53,88). Sum of RGB (Red+Green+Blue) = 6+53+88=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #063558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063558 is #F9CAA7. Grayscale: #2A2A2A. Windows color (decimal): -16370344 or 5780742. OLE color: 5780742.
HSL color Cylindrical-coordinate representation of color #063558: hue angle of 205.61º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063558 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 53 | 88 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.65 |
| HSL | 205.61º | 0.87% | 0.18% | - |
| HSV(B) | 205.61º | 0.93% | 0.35% | - |
| XYZ | 3.11 | 3.29 | 9.7 | - |
| YUV | 42.94 | 153.43 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 53 | 88 | 0.93 | 0.40 | 0 | 0.65 | 205.61 | 0.87 | 0.18 |
| Hex | 6 | 35 | 58 | 5D | 28 | 0 | 41 | CE | 57 | 12 |
| Octal | 6 | 65 | 130 | 135 | 50 | 0 | 101 | 316 | 127 | 22 |
| Binary | 110 | 110101 | 1011000 | 1011101 | 101000 | 0 | 1000001 | 11001110 | 1010111 | 10010 |
Color Harmonies of #063558
Complementary color
Monochromatic Colors of #063558
Black with #063558
Text Example
Text Example
White with #063558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063558; }
p { color: rgb(6,53,88); }
H1.HeaderClassName
{
color: #063558;
}
.AnyTagClassName
{
color: #063558;
}
</style>
background-color css
<style>
a { background-color: #063558; }
a { background-color: rgb(6,53,88); }
div.DivClassName
{
background-color: #063558;
}
.BgClassName
{
background-color: #063558;
}
</style>
border-color css
<style>
span { border-color: #063558; }
span { border-color: rgb(6,53,88); }
td.TdClassName
{
border-color: #063558;
}
.TagClassName
{
border-color: #063558;
}
</style>