Shades of Prussian Blue #063760
Tints of Prussian Blue #063760
RGB
CMYK
RGB Variations
Color information
#063760 (or 0x063760) is known color: Prussian Blue. HEX triplet: 06, 37 and 60. RGB value is (6,55,96). Sum of RGB (Red+Green+Blue) = 6+55+96=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #063760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063760 is #F9C89F. Grayscale: #2C2C2C. Windows color (decimal): -16369824 or 6305542. OLE color: 6305542.
HSL color Cylindrical-coordinate representation of color #063760: hue angle of 207.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063760 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 55 | 96 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.62 |
| HSL | 207.33º | 0.88% | 0.2% | - |
| HSV(B) | 207.33º | 0.94% | 0.38% | - |
| XYZ | 3.55 | 3.62 | 11.58 | - |
| YUV | 45.02 | 156.77 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 96 | 0.94 | 0.43 | 0 | 0.62 | 207.33 | 0.88 | 0.2 |
| Hex | 6 | 37 | 60 | 5E | 2B | 0 | 3E | CF | 58 | 14 |
| Octal | 6 | 67 | 140 | 136 | 53 | 0 | 76 | 317 | 130 | 24 |
| Binary | 110 | 110111 | 1100000 | 1011110 | 101011 | 0 | 111110 | 11001111 | 1011000 | 10100 |
Color Harmonies of #063760
Complementary color
Monochromatic Colors of #063760
Black with #063760
Text Example
Text Example
White with #063760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063760; }
p { color: rgb(6,55,96); }
H1.HeaderClassName
{
color: #063760;
}
.AnyTagClassName
{
color: #063760;
}
</style>
background-color css
<style>
a { background-color: #063760; }
a { background-color: rgb(6,55,96); }
div.DivClassName
{
background-color: #063760;
}
.BgClassName
{
background-color: #063760;
}
</style>
border-color css
<style>
span { border-color: #063760; }
span { border-color: rgb(6,55,96); }
td.TdClassName
{
border-color: #063760;
}
.TagClassName
{
border-color: #063760;
}
</style>