Shades of Prussian Blue #063C6D
Tints of Prussian Blue #063C6D
RGB
CMYK
RGB Variations
Color information
#063C6D (or 0x063C6D) is known color: Prussian Blue. HEX triplet: 06, 3C and 6D. RGB value is (6,60,109). Sum of RGB (Red+Green+Blue) = 6+60+109=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #063C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C6D is #F9C392. Grayscale: #313131. Windows color (decimal): -16368531 or 7158790. OLE color: 7158790.
HSL color Cylindrical-coordinate representation of color #063C6D: hue angle of 208.54º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063C6D is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 60 | 109 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.57 |
| HSL | 208.54º | 0.9% | 0.23% | - |
| HSV(B) | 208.54º | 0.94% | 0.43% | - |
| XYZ | 4.45 | 4.37 | 15.08 | - |
| YUV | 49.44 | 161.61 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 109 | 0.94 | 0.45 | 0 | 0.57 | 208.54 | 0.9 | 0.23 |
| Hex | 6 | 3C | 6D | 5E | 2D | 0 | 39 | D1 | 5A | 17 |
| Octal | 6 | 74 | 155 | 136 | 55 | 0 | 71 | 321 | 132 | 27 |
| Binary | 110 | 111100 | 1101101 | 1011110 | 101101 | 0 | 111001 | 11010001 | 1011010 | 10111 |
Color Harmonies of #063C6D
Complementary color
Monochromatic Colors of #063C6D
Black with #063C6D
Text Example
Text Example
White with #063C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C6D; }
p { color: rgb(6,60,109); }
H1.HeaderClassName
{
color: #063C6D;
}
.AnyTagClassName
{
color: #063C6D;
}
</style>
background-color css
<style>
a { background-color: #063C6D; }
a { background-color: rgb(6,60,109); }
div.DivClassName
{
background-color: #063C6D;
}
.BgClassName
{
background-color: #063C6D;
}
</style>
border-color css
<style>
span { border-color: #063C6D; }
span { border-color: rgb(6,60,109); }
td.TdClassName
{
border-color: #063C6D;
}
.TagClassName
{
border-color: #063C6D;
}
</style>