Shades of Prussian Blue #063668
Tints of Prussian Blue #063668
RGB
CMYK
RGB Variations
Color information
#063668 (or 0x063668) is known color: Prussian Blue. HEX triplet: 06, 36 and 68. RGB value is (6,54,104). Sum of RGB (Red+Green+Blue) = 6+54+104=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #063668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063668 is #F9C997. Grayscale: #2D2D2D. Windows color (decimal): -16370072 or 6829574. OLE color: 6829574.
HSL color Cylindrical-coordinate representation of color #063668: hue angle of 210.61º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063668 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 54 | 104 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.59 |
| HSL | 210.61º | 0.89% | 0.22% | - |
| HSV(B) | 210.61º | 0.94% | 0.41% | - |
| XYZ | 3.89 | 3.68 | 13.6 | - |
| YUV | 45.35 | 161.1 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 104 | 0.94 | 0.48 | 0 | 0.59 | 210.61 | 0.89 | 0.22 |
| Hex | 6 | 36 | 68 | 5E | 30 | 0 | 3B | D3 | 59 | 16 |
| Octal | 6 | 66 | 150 | 136 | 60 | 0 | 73 | 323 | 131 | 26 |
| Binary | 110 | 110110 | 1101000 | 1011110 | 110000 | 0 | 111011 | 11010011 | 1011001 | 10110 |
Color Harmonies of #063668
Complementary color
Monochromatic Colors of #063668
Black with #063668
Text Example
Text Example
White with #063668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063668; }
p { color: rgb(6,54,104); }
H1.HeaderClassName
{
color: #063668;
}
.AnyTagClassName
{
color: #063668;
}
</style>
background-color css
<style>
a { background-color: #063668; }
a { background-color: rgb(6,54,104); }
div.DivClassName
{
background-color: #063668;
}
.BgClassName
{
background-color: #063668;
}
</style>
border-color css
<style>
span { border-color: #063668; }
span { border-color: rgb(6,54,104); }
td.TdClassName
{
border-color: #063668;
}
.TagClassName
{
border-color: #063668;
}
</style>