Shades of Prussian Blue #063568
Tints of Prussian Blue #063568
RGB
CMYK
RGB Variations
Color information
#063568 (or 0x063568) is known color: Prussian Blue. HEX triplet: 06, 35 and 68. RGB value is (6,53,104). Sum of RGB (Red+Green+Blue) = 6+53+104=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #063568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063568 is #F9CA97. Grayscale: #2C2C2C. Windows color (decimal): -16370328 or 6829318. OLE color: 6829318.
HSL color Cylindrical-coordinate representation of color #063568: hue angle of 211.22º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063568 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 53 | 104 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.59 |
| HSL | 211.22º | 0.89% | 0.22% | - |
| HSV(B) | 211.22º | 0.94% | 0.41% | - |
| XYZ | 3.85 | 3.58 | 13.59 | - |
| YUV | 44.76 | 161.43 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 53 | 104 | 0.94 | 0.49 | 0 | 0.59 | 211.22 | 0.89 | 0.22 |
| Hex | 6 | 35 | 68 | 5E | 31 | 0 | 3B | D3 | 59 | 16 |
| Octal | 6 | 65 | 150 | 136 | 61 | 0 | 73 | 323 | 131 | 26 |
| Binary | 110 | 110101 | 1101000 | 1011110 | 110001 | 0 | 111011 | 11010011 | 1011001 | 10110 |
Color Harmonies of #063568
Complementary color
Monochromatic Colors of #063568
Black with #063568
Text Example
Text Example
White with #063568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063568; }
p { color: rgb(6,53,104); }
H1.HeaderClassName
{
color: #063568;
}
.AnyTagClassName
{
color: #063568;
}
</style>
background-color css
<style>
a { background-color: #063568; }
a { background-color: rgb(6,53,104); }
div.DivClassName
{
background-color: #063568;
}
.BgClassName
{
background-color: #063568;
}
</style>
border-color css
<style>
span { border-color: #063568; }
span { border-color: rgb(6,53,104); }
td.TdClassName
{
border-color: #063568;
}
.TagClassName
{
border-color: #063568;
}
</style>