Shades of Prussian Blue #063066
Tints of Prussian Blue #063066
RGB
CMYK
RGB Variations
Color information
#063066 (or 0x063066) is known color: Prussian Blue. HEX triplet: 06, 30 and 66. RGB value is (6,48,102). Sum of RGB (Red+Green+Blue) = 6+48+102=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #063066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063066 is #F9CF99. Grayscale: #292929. Windows color (decimal): -16371610 or 6696966. OLE color: 6696966.
HSL color Cylindrical-coordinate representation of color #063066: hue angle of 213.75º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063066 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 48 | 102 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.6 |
| HSL | 213.75º | 0.89% | 0.21% | - |
| HSV(B) | 213.75º | 0.94% | 0.4% | - |
| XYZ | 3.53 | 3.11 | 12.98 | - |
| YUV | 41.6 | 162.09 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 102 | 0.94 | 0.53 | 0 | 0.6 | 213.75 | 0.89 | 0.21 |
| Hex | 6 | 30 | 66 | 5E | 35 | 0 | 3C | D6 | 59 | 15 |
| Octal | 6 | 60 | 146 | 136 | 65 | 0 | 74 | 326 | 131 | 25 |
| Binary | 110 | 110000 | 1100110 | 1011110 | 110101 | 0 | 111100 | 11010110 | 1011001 | 10101 |
Color Harmonies of #063066
Complementary color
Monochromatic Colors of #063066
Black with #063066
Text Example
Text Example
White with #063066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063066; }
p { color: rgb(6,48,102); }
H1.HeaderClassName
{
color: #063066;
}
.AnyTagClassName
{
color: #063066;
}
</style>
background-color css
<style>
a { background-color: #063066; }
a { background-color: rgb(6,48,102); }
div.DivClassName
{
background-color: #063066;
}
.BgClassName
{
background-color: #063066;
}
</style>
border-color css
<style>
span { border-color: #063066; }
span { border-color: rgb(6,48,102); }
td.TdClassName
{
border-color: #063066;
}
.TagClassName
{
border-color: #063066;
}
</style>