Shades of Prussian Blue #063754
Tints of Prussian Blue #063754
RGB
CMYK
RGB Variations
Color information
#063754 (or 0x063754) is known color: Prussian Blue. HEX triplet: 06, 37 and 54. RGB value is (6,55,84). Sum of RGB (Red+Green+Blue) = 6+55+84=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 84 (33.20% from 255 or 57.93% from 145); Max value from RGB is 84 - color contains mainly: blue. Hex color #063754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063754 is #F9C8AB. Grayscale: #2B2B2B. Windows color (decimal): -16369836 or 5519110. OLE color: 5519110.
HSL color Cylindrical-coordinate representation of color #063754: hue angle of 202.31º 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 #063754 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 55 | 84 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.67 |
| HSL | 202.31º | 0.87% | 0.18% | - |
| HSV(B) | 202.31º | 0.93% | 0.33% | - |
| XYZ | 3.04 | 3.41 | 8.89 | - |
| YUV | 43.66 | 150.77 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 84 | 0.93 | 0.35 | 0 | 0.67 | 202.31 | 0.87 | 0.18 |
| Hex | 6 | 37 | 54 | 5D | 23 | 0 | 43 | CA | 57 | 12 |
| Octal | 6 | 67 | 124 | 135 | 43 | 0 | 103 | 312 | 127 | 22 |
| Binary | 110 | 110111 | 1010100 | 1011101 | 100011 | 0 | 1000011 | 11001010 | 1010111 | 10010 |
Color Harmonies of #063754
Complementary color
Monochromatic Colors of #063754
Black with #063754
Text Example
Text Example
White with #063754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063754; }
p { color: rgb(6,55,84); }
H1.HeaderClassName
{
color: #063754;
}
.AnyTagClassName
{
color: #063754;
}
</style>
background-color css
<style>
a { background-color: #063754; }
a { background-color: rgb(6,55,84); }
div.DivClassName
{
background-color: #063754;
}
.BgClassName
{
background-color: #063754;
}
</style>
border-color css
<style>
span { border-color: #063754; }
span { border-color: rgb(6,55,84); }
td.TdClassName
{
border-color: #063754;
}
.TagClassName
{
border-color: #063754;
}
</style>