Shades of Prussian Blue #063F67
Tints of Prussian Blue #063F67
RGB
CMYK
RGB Variations
Color information
#063F67 (or 0x063F67) is known color: Prussian Blue. HEX triplet: 06, 3F and 67. RGB value is (6,63,103). Sum of RGB (Red+Green+Blue) = 6+63+103=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 103 (40.62% from 255 or 59.88% from 172); Max value from RGB is 103 - color contains mainly: blue. Hex color #063F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063F67 is #F9C098. Grayscale: #323232. Windows color (decimal): -16367769 or 6766342. OLE color: 6766342.
HSL color Cylindrical-coordinate representation of color #063F67: hue angle of 204.74º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063F67 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 63 | 103 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.60 |
| HSL | 204.74º | 0.89% | 0.21% | - |
| HSV(B) | 204.74º | 0.94% | 0.4% | - |
| XYZ | 4.3 | 4.57 | 13.49 | - |
| YUV | 50.52 | 157.62 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 103 | 0.94 | 0.39 | 0 | 0.60 | 204.74 | 0.89 | 0.21 |
| Hex | 6 | 3F | 67 | 5E | 27 | 0 | 3C | CD | 59 | 15 |
| Octal | 6 | 77 | 147 | 136 | 47 | 0 | 74 | 315 | 131 | 25 |
| Binary | 110 | 111111 | 1100111 | 1011110 | 100111 | 0 | 111100 | 11001101 | 1011001 | 10101 |
Color Harmonies of #063F67
Complementary color
Monochromatic Colors of #063F67
Black with #063F67
Text Example
Text Example
White with #063F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F67; }
p { color: rgb(6,63,103); }
H1.HeaderClassName
{
color: #063F67;
}
.AnyTagClassName
{
color: #063F67;
}
</style>
background-color css
<style>
a { background-color: #063F67; }
a { background-color: rgb(6,63,103); }
div.DivClassName
{
background-color: #063F67;
}
.BgClassName
{
background-color: #063F67;
}
</style>
border-color css
<style>
span { border-color: #063F67; }
span { border-color: rgb(6,63,103); }
td.TdClassName
{
border-color: #063F67;
}
.TagClassName
{
border-color: #063F67;
}
</style>