Shades of Prussian Blue #063155
Tints of Prussian Blue #063155
RGB
CMYK
RGB Variations
Color information
#063155 (or 0x063155) is known color: Prussian Blue. HEX triplet: 06, 31 and 55. RGB value is (6,49,85). Sum of RGB (Red+Green+Blue) = 6+49+85=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #063155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063155 is #F9CEAA. Grayscale: #282828. Windows color (decimal): -16371371 or 5583110. OLE color: 5583110.
HSL color Cylindrical-coordinate representation of color #063155: hue angle of 207.34º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063155 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 49 | 85 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.67 |
| HSL | 207.34º | 0.87% | 0.18% | - |
| HSV(B) | 207.34º | 0.93% | 0.33% | - |
| XYZ | 2.81 | 2.89 | 9 | - |
| YUV | 40.25 | 153.25 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 85 | 0.93 | 0.42 | 0 | 0.67 | 207.34 | 0.87 | 0.18 |
| Hex | 6 | 31 | 55 | 5D | 2A | 0 | 43 | CF | 57 | 12 |
| Octal | 6 | 61 | 125 | 135 | 52 | 0 | 103 | 317 | 127 | 22 |
| Binary | 110 | 110001 | 1010101 | 1011101 | 101010 | 0 | 1000011 | 11001111 | 1010111 | 10010 |
Color Harmonies of #063155
Complementary color
Monochromatic Colors of #063155
Black with #063155
Text Example
Text Example
White with #063155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063155; }
p { color: rgb(6,49,85); }
H1.HeaderClassName
{
color: #063155;
}
.AnyTagClassName
{
color: #063155;
}
</style>
background-color css
<style>
a { background-color: #063155; }
a { background-color: rgb(6,49,85); }
div.DivClassName
{
background-color: #063155;
}
.BgClassName
{
background-color: #063155;
}
</style>
border-color css
<style>
span { border-color: #063155; }
span { border-color: rgb(6,49,85); }
td.TdClassName
{
border-color: #063155;
}
.TagClassName
{
border-color: #063155;
}
</style>