Shades of Prussian Blue #063E60
Tints of Prussian Blue #063E60
RGB
CMYK
RGB Variations
Color information
#063E60 (or 0x063E60) is known color: Prussian Blue. HEX triplet: 06, 3E and 60. RGB value is (6,62,96). Sum of RGB (Red+Green+Blue) = 6+62+96=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #063E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063E60 is #F9C19F. Grayscale: #303030. Windows color (decimal): -16368032 or 6307334. OLE color: 6307334.
HSL color Cylindrical-coordinate representation of color #063E60: hue angle of 202.67º 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 #063E60 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 62 | 96 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.62 |
| HSL | 202.67º | 0.88% | 0.2% | - |
| HSV(B) | 202.67º | 0.94% | 0.38% | - |
| XYZ | 3.91 | 4.33 | 11.7 | - |
| YUV | 49.13 | 154.45 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 96 | 0.94 | 0.35 | 0 | 0.62 | 202.67 | 0.88 | 0.2 |
| Hex | 6 | 3E | 60 | 5E | 23 | 0 | 3E | CB | 58 | 14 |
| Octal | 6 | 76 | 140 | 136 | 43 | 0 | 76 | 313 | 130 | 24 |
| Binary | 110 | 111110 | 1100000 | 1011110 | 100011 | 0 | 111110 | 11001011 | 1011000 | 10100 |
Color Harmonies of #063E60
Complementary color
Monochromatic Colors of #063E60
Black with #063E60
Text Example
Text Example
White with #063E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E60; }
p { color: rgb(6,62,96); }
H1.HeaderClassName
{
color: #063E60;
}
.AnyTagClassName
{
color: #063E60;
}
</style>
background-color css
<style>
a { background-color: #063E60; }
a { background-color: rgb(6,62,96); }
div.DivClassName
{
background-color: #063E60;
}
.BgClassName
{
background-color: #063E60;
}
</style>
border-color css
<style>
span { border-color: #063E60; }
span { border-color: rgb(6,62,96); }
td.TdClassName
{
border-color: #063E60;
}
.TagClassName
{
border-color: #063E60;
}
</style>