Shades of Prussian Blue #064262
Tints of Prussian Blue #064262
RGB
CMYK
RGB Variations
Color information
#064262 (or 0x064262) is known color: Prussian Blue. HEX triplet: 06, 42 and 62. RGB value is (6,66,98). Sum of RGB (Red+Green+Blue) = 6+66+98=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #064262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064262 is #F9BD9D. Grayscale: #333333. Windows color (decimal): -16367006 or 6439430. OLE color: 6439430.
HSL color Cylindrical-coordinate representation of color #064262: hue angle of 200.87º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064262 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 66 | 98 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.62 |
| HSL | 200.87º | 0.88% | 0.2% | - |
| HSV(B) | 200.87º | 0.94% | 0.38% | - |
| XYZ | 4.23 | 4.82 | 12.26 | - |
| YUV | 51.71 | 154.12 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 98 | 0.94 | 0.33 | 0 | 0.62 | 200.87 | 0.88 | 0.2 |
| Hex | 6 | 42 | 62 | 5E | 21 | 0 | 3E | C9 | 58 | 14 |
| Octal | 6 | 102 | 142 | 136 | 41 | 0 | 76 | 311 | 130 | 24 |
| Binary | 110 | 1000010 | 1100010 | 1011110 | 100001 | 0 | 111110 | 11001001 | 1011000 | 10100 |
Color Harmonies of #064262
Complementary color
Monochromatic Colors of #064262
Black with #064262
Text Example
Text Example
White with #064262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064262; }
p { color: rgb(6,66,98); }
H1.HeaderClassName
{
color: #064262;
}
.AnyTagClassName
{
color: #064262;
}
</style>
background-color css
<style>
a { background-color: #064262; }
a { background-color: rgb(6,66,98); }
div.DivClassName
{
background-color: #064262;
}
.BgClassName
{
background-color: #064262;
}
</style>
border-color css
<style>
span { border-color: #064262; }
span { border-color: rgb(6,66,98); }
td.TdClassName
{
border-color: #064262;
}
.TagClassName
{
border-color: #064262;
}
</style>