Shades of Prussian Blue #064063
Tints of Prussian Blue #064063
RGB
CMYK
RGB Variations
Color information
#064063 (or 0x064063) is known color: Prussian Blue. HEX triplet: 06, 40 and 63. RGB value is (6,64,99). Sum of RGB (Red+Green+Blue) = 6+64+99=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #064063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064063 is #F9BF9C. Grayscale: #323232. Windows color (decimal): -16367517 or 6504454. OLE color: 6504454.
HSL color Cylindrical-coordinate representation of color #064063: hue angle of 202.58º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064063 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 64 | 99 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.61 |
| HSL | 202.58º | 0.89% | 0.21% | - |
| HSV(B) | 202.58º | 0.94% | 0.39% | - |
| XYZ | 4.16 | 4.61 | 12.47 | - |
| YUV | 50.65 | 155.28 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 99 | 0.94 | 0.35 | 0 | 0.61 | 202.58 | 0.89 | 0.21 |
| Hex | 6 | 40 | 63 | 5E | 23 | 0 | 3D | CB | 59 | 15 |
| Octal | 6 | 100 | 143 | 136 | 43 | 0 | 75 | 313 | 131 | 25 |
| Binary | 110 | 1000000 | 1100011 | 1011110 | 100011 | 0 | 111101 | 11001011 | 1011001 | 10101 |
Color Harmonies of #064063
Complementary color
Monochromatic Colors of #064063
Black with #064063
Text Example
Text Example
White with #064063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064063; }
p { color: rgb(6,64,99); }
H1.HeaderClassName
{
color: #064063;
}
.AnyTagClassName
{
color: #064063;
}
</style>
background-color css
<style>
a { background-color: #064063; }
a { background-color: rgb(6,64,99); }
div.DivClassName
{
background-color: #064063;
}
.BgClassName
{
background-color: #064063;
}
</style>
border-color css
<style>
span { border-color: #064063; }
span { border-color: rgb(6,64,99); }
td.TdClassName
{
border-color: #064063;
}
.TagClassName
{
border-color: #064063;
}
</style>