Shades of Prussian Blue #064568
Tints of Prussian Blue #064568
RGB
CMYK
RGB Variations
Color information
#064568 (or 0x064568) is known color: Prussian Blue. HEX triplet: 06, 45 and 68. RGB value is (6,69,104). Sum of RGB (Red+Green+Blue) = 6+69+104=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #064568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064568 is #F9BA97. Grayscale: #353535. Windows color (decimal): -16366232 or 6833414. OLE color: 6833414.
HSL color Cylindrical-coordinate representation of color #064568: hue angle of 201.43º 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 #064568 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 69 | 104 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.59 |
| HSL | 201.43º | 0.89% | 0.22% | - |
| HSV(B) | 201.43º | 0.94% | 0.41% | - |
| XYZ | 4.7 | 5.29 | 13.87 | - |
| YUV | 54.15 | 156.13 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 69 | 104 | 0.94 | 0.34 | 0 | 0.59 | 201.43 | 0.89 | 0.22 |
| Hex | 6 | 45 | 68 | 5E | 22 | 0 | 3B | C9 | 59 | 16 |
| Octal | 6 | 105 | 150 | 136 | 42 | 0 | 73 | 311 | 131 | 26 |
| Binary | 110 | 1000101 | 1101000 | 1011110 | 100010 | 0 | 111011 | 11001001 | 1011001 | 10110 |
Color Harmonies of #064568
Complementary color
Monochromatic Colors of #064568
Black with #064568
Text Example
Text Example
White with #064568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064568; }
p { color: rgb(6,69,104); }
H1.HeaderClassName
{
color: #064568;
}
.AnyTagClassName
{
color: #064568;
}
</style>
background-color css
<style>
a { background-color: #064568; }
a { background-color: rgb(6,69,104); }
div.DivClassName
{
background-color: #064568;
}
.BgClassName
{
background-color: #064568;
}
</style>
border-color css
<style>
span { border-color: #064568; }
span { border-color: rgb(6,69,104); }
td.TdClassName
{
border-color: #064568;
}
.TagClassName
{
border-color: #064568;
}
</style>