Shades of Prussian Blue #063D63
Tints of Prussian Blue #063D63
RGB
CMYK
RGB Variations
Color information
#063D63 (or 0x063D63) is known color: Prussian Blue. HEX triplet: 06, 3D and 63. RGB value is (6,61,99). Sum of RGB (Red+Green+Blue) = 6+61+99=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 99 (39.06% from 255 or 59.64% from 166); Max value from RGB is 99 - color contains mainly: blue. Hex color #063D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063D63 is #F9C29C. Grayscale: #303030. Windows color (decimal): -16368285 or 6503686. OLE color: 6503686.
HSL color Cylindrical-coordinate representation of color #063D63: hue angle of 204.52º 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 #063D63 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 61 | 99 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.61 |
| HSL | 204.52º | 0.89% | 0.21% | - |
| HSV(B) | 204.52º | 0.94% | 0.39% | - |
| XYZ | 4 | 4.28 | 12.42 | - |
| YUV | 48.89 | 156.28 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 99 | 0.94 | 0.38 | 0 | 0.61 | 204.52 | 0.89 | 0.21 |
| Hex | 6 | 3D | 63 | 5E | 26 | 0 | 3D | CD | 59 | 15 |
| Octal | 6 | 75 | 143 | 136 | 46 | 0 | 75 | 315 | 131 | 25 |
| Binary | 110 | 111101 | 1100011 | 1011110 | 100110 | 0 | 111101 | 11001101 | 1011001 | 10101 |
Color Harmonies of #063D63
Complementary color
Monochromatic Colors of #063D63
Black with #063D63
Text Example
Text Example
White with #063D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D63; }
p { color: rgb(6,61,99); }
H1.HeaderClassName
{
color: #063D63;
}
.AnyTagClassName
{
color: #063D63;
}
</style>
background-color css
<style>
a { background-color: #063D63; }
a { background-color: rgb(6,61,99); }
div.DivClassName
{
background-color: #063D63;
}
.BgClassName
{
background-color: #063D63;
}
</style>
border-color css
<style>
span { border-color: #063D63; }
span { border-color: rgb(6,61,99); }
td.TdClassName
{
border-color: #063D63;
}
.TagClassName
{
border-color: #063D63;
}
</style>