Shades of Prussian Blue #063E6C
Tints of Prussian Blue #063E6C
RGB
CMYK
RGB Variations
Color information
#063E6C (or 0x063E6C) is known color: Prussian Blue. HEX triplet: 06, 3E and 6C. RGB value is (6,62,108). Sum of RGB (Red+Green+Blue) = 6+62+108=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #063E6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063E6C is #F9C193. Grayscale: #323232. Windows color (decimal): -16368020 or 7093766. OLE color: 7093766.
HSL color Cylindrical-coordinate representation of color #063E6C: hue angle of 207.06º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063E6C is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 62 | 108 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.58 |
| HSL | 207.06º | 0.89% | 0.22% | - |
| HSV(B) | 207.06º | 0.94% | 0.42% | - |
| XYZ | 4.5 | 4.57 | 14.83 | - |
| YUV | 50.5 | 160.45 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 108 | 0.94 | 0.43 | 0 | 0.58 | 207.06 | 0.89 | 0.22 |
| Hex | 6 | 3E | 6C | 5E | 2B | 0 | 3A | CF | 59 | 16 |
| Octal | 6 | 76 | 154 | 136 | 53 | 0 | 72 | 317 | 131 | 26 |
| Binary | 110 | 111110 | 1101100 | 1011110 | 101011 | 0 | 111010 | 11001111 | 1011001 | 10110 |
Color Harmonies of #063E6C
Complementary color
Monochromatic Colors of #063E6C
Black with #063E6C
Text Example
Text Example
White with #063E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E6C; }
p { color: rgb(6,62,108); }
H1.HeaderClassName
{
color: #063E6C;
}
.AnyTagClassName
{
color: #063E6C;
}
</style>
background-color css
<style>
a { background-color: #063E6C; }
a { background-color: rgb(6,62,108); }
div.DivClassName
{
background-color: #063E6C;
}
.BgClassName
{
background-color: #063E6C;
}
</style>
border-color css
<style>
span { border-color: #063E6C; }
span { border-color: rgb(6,62,108); }
td.TdClassName
{
border-color: #063E6C;
}
.TagClassName
{
border-color: #063E6C;
}
</style>