Shades of Prussian Blue #063B6D
Tints of Prussian Blue #063B6D
RGB
CMYK
RGB Variations
Color information
#063B6D (or 0x063B6D) is known color: Prussian Blue. HEX triplet: 06, 3B and 6D. RGB value is (6,59,109). Sum of RGB (Red+Green+Blue) = 6+59+109=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #063B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063B6D is #F9C492. Grayscale: #303030. Windows color (decimal): -16368787 or 7158534. OLE color: 7158534.
HSL color Cylindrical-coordinate representation of color #063B6D: hue angle of 209.13º 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 #063B6D is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 59 | 109 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.57 |
| HSL | 209.13º | 0.9% | 0.23% | - |
| HSV(B) | 209.13º | 0.94% | 0.43% | - |
| XYZ | 4.4 | 4.27 | 15.06 | - |
| YUV | 48.85 | 161.94 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 109 | 0.94 | 0.46 | 0 | 0.57 | 209.13 | 0.9 | 0.23 |
| Hex | 6 | 3B | 6D | 5E | 2E | 0 | 39 | D1 | 5A | 17 |
| Octal | 6 | 73 | 155 | 136 | 56 | 0 | 71 | 321 | 132 | 27 |
| Binary | 110 | 111011 | 1101101 | 1011110 | 101110 | 0 | 111001 | 11010001 | 1011010 | 10111 |
Color Harmonies of #063B6D
Complementary color
Monochromatic Colors of #063B6D
Black with #063B6D
Text Example
Text Example
White with #063B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063B6D; }
p { color: rgb(6,59,109); }
H1.HeaderClassName
{
color: #063B6D;
}
.AnyTagClassName
{
color: #063B6D;
}
</style>
background-color css
<style>
a { background-color: #063B6D; }
a { background-color: rgb(6,59,109); }
div.DivClassName
{
background-color: #063B6D;
}
.BgClassName
{
background-color: #063B6D;
}
</style>
border-color css
<style>
span { border-color: #063B6D; }
span { border-color: rgb(6,59,109); }
td.TdClassName
{
border-color: #063B6D;
}
.TagClassName
{
border-color: #063B6D;
}
</style>