Shades of Prussian Blue #063A6F
Tints of Prussian Blue #063A6F
RGB
CMYK
RGB Variations
Color information
#063A6F (or 0x063A6F) is known color: Prussian Blue. HEX triplet: 06, 3A and 6F. RGB value is (6,58,111). Sum of RGB (Red+Green+Blue) = 6+58+111=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #063A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A6F is #F9C590. Grayscale: #303030. Windows color (decimal): -16369041 or 7289350. OLE color: 7289350.
HSL color Cylindrical-coordinate representation of color #063A6F: hue angle of 210.29º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063A6F is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 58 | 111 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.56 |
| HSL | 210.29º | 0.9% | 0.23% | - |
| HSV(B) | 210.29º | 0.95% | 0.44% | - |
| XYZ | 4.46 | 4.21 | 15.62 | - |
| YUV | 48.49 | 163.27 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 111 | 0.95 | 0.48 | 0 | 0.56 | 210.29 | 0.9 | 0.23 |
| Hex | 6 | 3A | 6F | 5F | 30 | 0 | 38 | D2 | 5A | 17 |
| Octal | 6 | 72 | 157 | 137 | 60 | 0 | 70 | 322 | 132 | 27 |
| Binary | 110 | 111010 | 1101111 | 1011111 | 110000 | 0 | 111000 | 11010010 | 1011010 | 10111 |
Color Harmonies of #063A6F
Complementary color
Monochromatic Colors of #063A6F
Black with #063A6F
Text Example
Text Example
White with #063A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A6F; }
p { color: rgb(6,58,111); }
H1.HeaderClassName
{
color: #063A6F;
}
.AnyTagClassName
{
color: #063A6F;
}
</style>
background-color css
<style>
a { background-color: #063A6F; }
a { background-color: rgb(6,58,111); }
div.DivClassName
{
background-color: #063A6F;
}
.BgClassName
{
background-color: #063A6F;
}
</style>
border-color css
<style>
span { border-color: #063A6F; }
span { border-color: rgb(6,58,111); }
td.TdClassName
{
border-color: #063A6F;
}
.TagClassName
{
border-color: #063A6F;
}
</style>