Shades of Prussian Blue #063C63
Tints of Prussian Blue #063C63
RGB
CMYK
RGB Variations
Color information
#063C63 (or 0x063C63) is known color: Prussian Blue. HEX triplet: 06, 3C and 63. RGB value is (6,60,99). Sum of RGB (Red+Green+Blue) = 6+60+99=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 99 (39.06% from 255 or 60% from 165); Max value from RGB is 99 - color contains mainly: blue. Hex color #063C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C63 is #F9C39C. Grayscale: #303030. Windows color (decimal): -16368541 or 6503430. OLE color: 6503430.
HSL color Cylindrical-coordinate representation of color #063C63: hue angle of 205.16º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063C63 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 60 | 99 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.61 |
| HSL | 205.16º | 0.89% | 0.21% | - |
| HSV(B) | 205.16º | 0.94% | 0.39% | - |
| XYZ | 3.94 | 4.17 | 12.4 | - |
| YUV | 48.3 | 156.61 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 99 | 0.94 | 0.39 | 0 | 0.61 | 205.16 | 0.89 | 0.21 |
| Hex | 6 | 3C | 63 | 5E | 27 | 0 | 3D | CD | 59 | 15 |
| Octal | 6 | 74 | 143 | 136 | 47 | 0 | 75 | 315 | 131 | 25 |
| Binary | 110 | 111100 | 1100011 | 1011110 | 100111 | 0 | 111101 | 11001101 | 1011001 | 10101 |
Color Harmonies of #063C63
Complementary color
Monochromatic Colors of #063C63
Black with #063C63
Text Example
Text Example
White with #063C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C63; }
p { color: rgb(6,60,99); }
H1.HeaderClassName
{
color: #063C63;
}
.AnyTagClassName
{
color: #063C63;
}
</style>
background-color css
<style>
a { background-color: #063C63; }
a { background-color: rgb(6,60,99); }
div.DivClassName
{
background-color: #063C63;
}
.BgClassName
{
background-color: #063C63;
}
</style>
border-color css
<style>
span { border-color: #063C63; }
span { border-color: rgb(6,60,99); }
td.TdClassName
{
border-color: #063C63;
}
.TagClassName
{
border-color: #063C63;
}
</style>