Shades of Prussian Blue #063654
Tints of Prussian Blue #063654
RGB
CMYK
RGB Variations
Color information
#063654 (or 0x063654) is known color: Prussian Blue. HEX triplet: 06, 36 and 54. RGB value is (6,54,84). Sum of RGB (Red+Green+Blue) = 6+54+84=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #063654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063654 is #F9C9AB. Grayscale: #2A2A2A. Windows color (decimal): -16370092 or 5518854. OLE color: 5518854.
HSL color Cylindrical-coordinate representation of color #063654: hue angle of 203.08º 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 #063654 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 54 | 84 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.67 |
| HSL | 203.08º | 0.87% | 0.18% | - |
| HSV(B) | 203.08º | 0.93% | 0.33% | - |
| XYZ | 2.99 | 3.32 | 8.87 | - |
| YUV | 43.07 | 151.1 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 84 | 0.93 | 0.36 | 0 | 0.67 | 203.08 | 0.87 | 0.18 |
| Hex | 6 | 36 | 54 | 5D | 24 | 0 | 43 | CB | 57 | 12 |
| Octal | 6 | 66 | 124 | 135 | 44 | 0 | 103 | 313 | 127 | 22 |
| Binary | 110 | 110110 | 1010100 | 1011101 | 100100 | 0 | 1000011 | 11001011 | 1010111 | 10010 |
Color Harmonies of #063654
Complementary color
Monochromatic Colors of #063654
Black with #063654
Text Example
Text Example
White with #063654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063654; }
p { color: rgb(6,54,84); }
H1.HeaderClassName
{
color: #063654;
}
.AnyTagClassName
{
color: #063654;
}
</style>
background-color css
<style>
a { background-color: #063654; }
a { background-color: rgb(6,54,84); }
div.DivClassName
{
background-color: #063654;
}
.BgClassName
{
background-color: #063654;
}
</style>
border-color css
<style>
span { border-color: #063654; }
span { border-color: rgb(6,54,84); }
td.TdClassName
{
border-color: #063654;
}
.TagClassName
{
border-color: #063654;
}
</style>