Shades of Prussian Blue #064466
Tints of Prussian Blue #064466
RGB
CMYK
RGB Variations
Color information
#064466 (or 0x064466) is known color: Prussian Blue. HEX triplet: 06, 44 and 66. RGB value is (6,68,102). Sum of RGB (Red+Green+Blue) = 6+68+102=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #064466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064466 is #F9BB99. Grayscale: #353535. Windows color (decimal): -16366490 or 6702086. OLE color: 6702086.
HSL color Cylindrical-coordinate representation of color #064466: hue angle of 201.25º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064466 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 68 | 102 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.6 |
| HSL | 201.25º | 0.89% | 0.21% | - |
| HSV(B) | 201.25º | 0.94% | 0.4% | - |
| XYZ | 4.54 | 5.13 | 13.32 | - |
| YUV | 53.34 | 155.46 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 102 | 0.94 | 0.33 | 0 | 0.6 | 201.25 | 0.89 | 0.21 |
| Hex | 6 | 44 | 66 | 5E | 21 | 0 | 3C | C9 | 59 | 15 |
| Octal | 6 | 104 | 146 | 136 | 41 | 0 | 74 | 311 | 131 | 25 |
| Binary | 110 | 1000100 | 1100110 | 1011110 | 100001 | 0 | 111100 | 11001001 | 1011001 | 10101 |
Color Harmonies of #064466
Complementary color
Monochromatic Colors of #064466
Black with #064466
Text Example
Text Example
White with #064466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064466; }
p { color: rgb(6,68,102); }
H1.HeaderClassName
{
color: #064466;
}
.AnyTagClassName
{
color: #064466;
}
</style>
background-color css
<style>
a { background-color: #064466; }
a { background-color: rgb(6,68,102); }
div.DivClassName
{
background-color: #064466;
}
.BgClassName
{
background-color: #064466;
}
</style>
border-color css
<style>
span { border-color: #064466; }
span { border-color: rgb(6,68,102); }
td.TdClassName
{
border-color: #064466;
}
.TagClassName
{
border-color: #064466;
}
</style>