Shades of Prussian Blue #063C67
Tints of Prussian Blue #063C67
RGB
CMYK
RGB Variations
Color information
#063C67 (or 0x063C67) is known color: Prussian Blue. HEX triplet: 06, 3C and 67. RGB value is (6,60,103). Sum of RGB (Red+Green+Blue) = 6+60+103=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 103 (40.62% from 255 or 60.95% from 169); Max value from RGB is 103 - color contains mainly: blue. Hex color #063C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C67 is #F9C398. Grayscale: #303030. Windows color (decimal): -16368537 or 6765574. OLE color: 6765574.
HSL color Cylindrical-coordinate representation of color #063C67: hue angle of 206.6º 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 #063C67 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 60 | 103 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.60 |
| HSL | 206.6º | 0.89% | 0.21% | - |
| HSV(B) | 206.6º | 0.94% | 0.4% | - |
| XYZ | 4.14 | 4.25 | 13.43 | - |
| YUV | 48.76 | 158.61 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 103 | 0.94 | 0.42 | 0 | 0.60 | 206.6 | 0.89 | 0.21 |
| Hex | 6 | 3C | 67 | 5E | 2A | 0 | 3C | CF | 59 | 15 |
| Octal | 6 | 74 | 147 | 136 | 52 | 0 | 74 | 317 | 131 | 25 |
| Binary | 110 | 111100 | 1100111 | 1011110 | 101010 | 0 | 111100 | 11001111 | 1011001 | 10101 |
Color Harmonies of #063C67
Complementary color
Monochromatic Colors of #063C67
Black with #063C67
Text Example
Text Example
White with #063C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C67; }
p { color: rgb(6,60,103); }
H1.HeaderClassName
{
color: #063C67;
}
.AnyTagClassName
{
color: #063C67;
}
</style>
background-color css
<style>
a { background-color: #063C67; }
a { background-color: rgb(6,60,103); }
div.DivClassName
{
background-color: #063C67;
}
.BgClassName
{
background-color: #063C67;
}
</style>
border-color css
<style>
span { border-color: #063C67; }
span { border-color: rgb(6,60,103); }
td.TdClassName
{
border-color: #063C67;
}
.TagClassName
{
border-color: #063C67;
}
</style>