Shades of Prussian Blue #064463
Tints of Prussian Blue #064463
RGB
CMYK
RGB Variations
Color information
#064463 (or 0x064463) is known color: Prussian Blue. HEX triplet: 06, 44 and 63. RGB value is (6,68,99). Sum of RGB (Red+Green+Blue) = 6+68+99=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #064463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064463 is #F9BB9C. Grayscale: #343434. Windows color (decimal): -16366493 or 6505478. OLE color: 6505478.
HSL color Cylindrical-coordinate representation of color #064463: hue angle of 200º 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 #064463 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 68 | 99 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.61 |
| HSL | 200º | 0.89% | 0.21% | - |
| HSV(B) | 200º | 0.94% | 0.39% | - |
| XYZ | 4.39 | 5.07 | 12.55 | - |
| YUV | 53 | 153.96 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 99 | 0.94 | 0.31 | 0 | 0.61 | 200 | 0.89 | 0.21 |
| Hex | 6 | 44 | 63 | 5E | 1F | 0 | 3D | C8 | 59 | 15 |
| Octal | 6 | 104 | 143 | 136 | 37 | 0 | 75 | 310 | 131 | 25 |
| Binary | 110 | 1000100 | 1100011 | 1011110 | 11111 | 0 | 111101 | 11001000 | 1011001 | 10101 |
Color Harmonies of #064463
Complementary color
Monochromatic Colors of #064463
Black with #064463
Text Example
Text Example
White with #064463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064463; }
p { color: rgb(6,68,99); }
H1.HeaderClassName
{
color: #064463;
}
.AnyTagClassName
{
color: #064463;
}
</style>
background-color css
<style>
a { background-color: #064463; }
a { background-color: rgb(6,68,99); }
div.DivClassName
{
background-color: #064463;
}
.BgClassName
{
background-color: #064463;
}
</style>
border-color css
<style>
span { border-color: #064463; }
span { border-color: rgb(6,68,99); }
td.TdClassName
{
border-color: #064463;
}
.TagClassName
{
border-color: #064463;
}
</style>