Shades of Prussian Blue #063653
Tints of Prussian Blue #063653
RGB
CMYK
RGB Variations
Color information
#063653 (or 0x063653) is known color: Prussian Blue. HEX triplet: 06, 36 and 53. RGB value is (6,54,83). Sum of RGB (Red+Green+Blue) = 6+54+83=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 83 (32.81% from 255 or 58.04% from 143); Max value from RGB is 83 - color contains mainly: blue. Hex color #063653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063653 is #F9C9AC. Grayscale: #2A2A2A. Windows color (decimal): -16370093 or 5453318. OLE color: 5453318.
HSL color Cylindrical-coordinate representation of color #063653: hue angle of 202.6º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063653 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 54 | 83 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.67 |
| HSL | 202.6º | 0.87% | 0.17% | - |
| HSV(B) | 202.6º | 0.93% | 0.33% | - |
| XYZ | 2.96 | 3.3 | 8.67 | - |
| YUV | 42.95 | 150.6 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 83 | 0.93 | 0.35 | 0 | 0.67 | 202.6 | 0.87 | 0.17 |
| Hex | 6 | 36 | 53 | 5D | 23 | 0 | 43 | CB | 57 | 11 |
| Octal | 6 | 66 | 123 | 135 | 43 | 0 | 103 | 313 | 127 | 21 |
| Binary | 110 | 110110 | 1010011 | 1011101 | 100011 | 0 | 1000011 | 11001011 | 1010111 | 10001 |
Color Harmonies of #063653
Complementary color
Monochromatic Colors of #063653
Black with #063653
Text Example
Text Example
White with #063653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063653; }
p { color: rgb(6,54,83); }
H1.HeaderClassName
{
color: #063653;
}
.AnyTagClassName
{
color: #063653;
}
</style>
background-color css
<style>
a { background-color: #063653; }
a { background-color: rgb(6,54,83); }
div.DivClassName
{
background-color: #063653;
}
.BgClassName
{
background-color: #063653;
}
</style>
border-color css
<style>
span { border-color: #063653; }
span { border-color: rgb(6,54,83); }
td.TdClassName
{
border-color: #063653;
}
.TagClassName
{
border-color: #063653;
}
</style>