Shades of Prussian Blue #064766
Tints of Prussian Blue #064766
RGB
CMYK
RGB Variations
Color information
#064766 (or 0x064766) is known color: Prussian Blue. HEX triplet: 06, 47 and 66. RGB value is (6,71,102). Sum of RGB (Red+Green+Blue) = 6+71+102=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #064766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064766 is #F9B899. Grayscale: #363636. Windows color (decimal): -16365722 or 6702854. OLE color: 6702854.
HSL color Cylindrical-coordinate representation of color #064766: hue angle of 199.38º 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 #064766 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 71 | 102 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.6 |
| HSL | 199.38º | 0.89% | 0.21% | - |
| HSV(B) | 199.38º | 0.94% | 0.4% | - |
| XYZ | 4.73 | 5.5 | 13.38 | - |
| YUV | 55.1 | 154.47 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 102 | 0.94 | 0.30 | 0 | 0.6 | 199.38 | 0.89 | 0.21 |
| Hex | 6 | 47 | 66 | 5E | 1E | 0 | 3C | C7 | 59 | 15 |
| Octal | 6 | 107 | 146 | 136 | 36 | 0 | 74 | 307 | 131 | 25 |
| Binary | 110 | 1000111 | 1100110 | 1011110 | 11110 | 0 | 111100 | 11000111 | 1011001 | 10101 |
Color Harmonies of #064766
Complementary color
Monochromatic Colors of #064766
Black with #064766
Text Example
Text Example
White with #064766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064766; }
p { color: rgb(6,71,102); }
H1.HeaderClassName
{
color: #064766;
}
.AnyTagClassName
{
color: #064766;
}
</style>
background-color css
<style>
a { background-color: #064766; }
a { background-color: rgb(6,71,102); }
div.DivClassName
{
background-color: #064766;
}
.BgClassName
{
background-color: #064766;
}
</style>
border-color css
<style>
span { border-color: #064766; }
span { border-color: rgb(6,71,102); }
td.TdClassName
{
border-color: #064766;
}
.TagClassName
{
border-color: #064766;
}
</style>