Shades of Prussian Blue #063E5D
Tints of Prussian Blue #063E5D
RGB
CMYK
RGB Variations
Color information
#063E5D (or 0x063E5D) is known color: Prussian Blue. HEX triplet: 06, 3E and 5D. RGB value is (6,62,93). Sum of RGB (Red+Green+Blue) = 6+62+93=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #063E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063E5D is #F9C1A2. Grayscale: #303030. Windows color (decimal): -16368035 or 6110726. OLE color: 6110726.
HSL color Cylindrical-coordinate representation of color #063E5D: hue angle of 201.38º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063E5D is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 62 | 93 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.64 |
| HSL | 201.38º | 0.88% | 0.19% | - |
| HSV(B) | 201.38º | 0.94% | 0.36% | - |
| XYZ | 3.77 | 4.27 | 10.98 | - |
| YUV | 48.79 | 152.95 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 93 | 0.94 | 0.33 | 0 | 0.64 | 201.38 | 0.88 | 0.19 |
| Hex | 6 | 3E | 5D | 5E | 21 | 0 | 40 | C9 | 58 | 13 |
| Octal | 6 | 76 | 135 | 136 | 41 | 0 | 100 | 311 | 130 | 23 |
| Binary | 110 | 111110 | 1011101 | 1011110 | 100001 | 0 | 1000000 | 11001001 | 1011000 | 10011 |
Color Harmonies of #063E5D
Complementary color
Monochromatic Colors of #063E5D
Black with #063E5D
Text Example
Text Example
White with #063E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E5D; }
p { color: rgb(6,62,93); }
H1.HeaderClassName
{
color: #063E5D;
}
.AnyTagClassName
{
color: #063E5D;
}
</style>
background-color css
<style>
a { background-color: #063E5D; }
a { background-color: rgb(6,62,93); }
div.DivClassName
{
background-color: #063E5D;
}
.BgClassName
{
background-color: #063E5D;
}
</style>
border-color css
<style>
span { border-color: #063E5D; }
span { border-color: rgb(6,62,93); }
td.TdClassName
{
border-color: #063E5D;
}
.TagClassName
{
border-color: #063E5D;
}
</style>