Shades of Prussian Blue #063F69
Tints of Prussian Blue #063F69
RGB
CMYK
RGB Variations
Color information
#063F69 (or 0x063F69) is known color: Prussian Blue. HEX triplet: 06, 3F and 69. RGB value is (6,63,105). Sum of RGB (Red+Green+Blue) = 6+63+105=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #063F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063F69 is #F9C096. Grayscale: #323232. Windows color (decimal): -16367767 or 6897414. OLE color: 6897414.
HSL color Cylindrical-coordinate representation of color #063F69: hue angle of 205.45º 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 #063F69 is Cyan = 0.94, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 63 | 105 | - |
| CMYK | 0.94 | 0.4 | 0 | 0.59 |
| HSL | 205.45º | 0.89% | 0.22% | - |
| HSV(B) | 205.45º | 0.94% | 0.41% | - |
| XYZ | 4.4 | 4.61 | 14.02 | - |
| YUV | 50.75 | 158.62 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 105 | 0.94 | 0.4 | 0 | 0.59 | 205.45 | 0.89 | 0.22 |
| Hex | 6 | 3F | 69 | 5E | 28 | 0 | 3B | CD | 59 | 16 |
| Octal | 6 | 77 | 151 | 136 | 50 | 0 | 73 | 315 | 131 | 26 |
| Binary | 110 | 111111 | 1101001 | 1011110 | 101000 | 0 | 111011 | 11001101 | 1011001 | 10110 |
Color Harmonies of #063F69
Complementary color
Monochromatic Colors of #063F69
Black with #063F69
Text Example
Text Example
White with #063F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F69; }
p { color: rgb(6,63,105); }
H1.HeaderClassName
{
color: #063F69;
}
.AnyTagClassName
{
color: #063F69;
}
</style>
background-color css
<style>
a { background-color: #063F69; }
a { background-color: rgb(6,63,105); }
div.DivClassName
{
background-color: #063F69;
}
.BgClassName
{
background-color: #063F69;
}
</style>
border-color css
<style>
span { border-color: #063F69; }
span { border-color: rgb(6,63,105); }
td.TdClassName
{
border-color: #063F69;
}
.TagClassName
{
border-color: #063F69;
}
</style>