Shades of Prussian Blue #064168
Tints of Prussian Blue #064168
RGB
CMYK
RGB Variations
Color information
#064168 (or 0x064168) is known color: Prussian Blue. HEX triplet: 06, 41 and 68. RGB value is (6,65,104). Sum of RGB (Red+Green+Blue) = 6+65+104=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #064168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064168 is #F9BE97. Grayscale: #333333. Windows color (decimal): -16367256 or 6832390. OLE color: 6832390.
HSL color Cylindrical-coordinate representation of color #064168: hue angle of 203.88º 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 #064168 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 65 | 104 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.59 |
| HSL | 203.88º | 0.89% | 0.22% | - |
| HSV(B) | 203.88º | 0.94% | 0.41% | - |
| XYZ | 4.46 | 4.82 | 13.79 | - |
| YUV | 51.81 | 157.45 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 104 | 0.94 | 0.38 | 0 | 0.59 | 203.88 | 0.89 | 0.22 |
| Hex | 6 | 41 | 68 | 5E | 26 | 0 | 3B | CC | 59 | 16 |
| Octal | 6 | 101 | 150 | 136 | 46 | 0 | 73 | 314 | 131 | 26 |
| Binary | 110 | 1000001 | 1101000 | 1011110 | 100110 | 0 | 111011 | 11001100 | 1011001 | 10110 |
Color Harmonies of #064168
Complementary color
Monochromatic Colors of #064168
Black with #064168
Text Example
Text Example
White with #064168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064168; }
p { color: rgb(6,65,104); }
H1.HeaderClassName
{
color: #064168;
}
.AnyTagClassName
{
color: #064168;
}
</style>
background-color css
<style>
a { background-color: #064168; }
a { background-color: rgb(6,65,104); }
div.DivClassName
{
background-color: #064168;
}
.BgClassName
{
background-color: #064168;
}
</style>
border-color css
<style>
span { border-color: #064168; }
span { border-color: rgb(6,65,104); }
td.TdClassName
{
border-color: #064168;
}
.TagClassName
{
border-color: #064168;
}
</style>