Shades of Prussian Blue #064266
Tints of Prussian Blue #064266
RGB
CMYK
RGB Variations
Color information
#064266 (or 0x064266) is known color: Prussian Blue. HEX triplet: 06, 42 and 66. RGB value is (6,66,102). Sum of RGB (Red+Green+Blue) = 6+66+102=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #064266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064266 is #F9BD99. Grayscale: #333333. Windows color (decimal): -16367002 or 6701574. OLE color: 6701574.
HSL color Cylindrical-coordinate representation of color #064266: hue angle of 202.5º 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 #064266 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 66 | 102 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.6 |
| HSL | 202.5º | 0.89% | 0.21% | - |
| HSV(B) | 202.5º | 0.94% | 0.4% | - |
| XYZ | 4.42 | 4.89 | 13.28 | - |
| YUV | 52.16 | 156.12 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 102 | 0.94 | 0.35 | 0 | 0.6 | 202.5 | 0.89 | 0.21 |
| Hex | 6 | 42 | 66 | 5E | 23 | 0 | 3C | CA | 59 | 15 |
| Octal | 6 | 102 | 146 | 136 | 43 | 0 | 74 | 312 | 131 | 25 |
| Binary | 110 | 1000010 | 1100110 | 1011110 | 100011 | 0 | 111100 | 11001010 | 1011001 | 10101 |
Color Harmonies of #064266
Complementary color
Monochromatic Colors of #064266
Black with #064266
Text Example
Text Example
White with #064266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064266; }
p { color: rgb(6,66,102); }
H1.HeaderClassName
{
color: #064266;
}
.AnyTagClassName
{
color: #064266;
}
</style>
background-color css
<style>
a { background-color: #064266; }
a { background-color: rgb(6,66,102); }
div.DivClassName
{
background-color: #064266;
}
.BgClassName
{
background-color: #064266;
}
</style>
border-color css
<style>
span { border-color: #064266; }
span { border-color: rgb(6,66,102); }
td.TdClassName
{
border-color: #064266;
}
.TagClassName
{
border-color: #064266;
}
</style>