Shades of Prussian Blue #063F6E
Tints of Prussian Blue #063F6E
RGB
CMYK
RGB Variations
Color information
#063F6E (or 0x063F6E) is known color: Prussian Blue. HEX triplet: 06, 3F and 6E. RGB value is (6,63,110). Sum of RGB (Red+Green+Blue) = 6+63+110=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 110 (43.36% from 255 or 61.45% from 179); Max value from RGB is 110 - color contains mainly: blue. Hex color #063F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063F6E is #F9C091. Grayscale: #333333. Windows color (decimal): -16367762 or 7225094. OLE color: 7225094.
HSL color Cylindrical-coordinate representation of color #063F6E: hue angle of 207.12º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063F6E is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 63 | 110 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.57 |
| HSL | 207.12º | 0.9% | 0.23% | - |
| HSV(B) | 207.12º | 0.95% | 0.43% | - |
| XYZ | 4.67 | 4.72 | 15.42 | - |
| YUV | 51.32 | 161.12 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 110 | 0.95 | 0.43 | 0 | 0.57 | 207.12 | 0.9 | 0.23 |
| Hex | 6 | 3F | 6E | 5F | 2B | 0 | 39 | CF | 5A | 17 |
| Octal | 6 | 77 | 156 | 137 | 53 | 0 | 71 | 317 | 132 | 27 |
| Binary | 110 | 111111 | 1101110 | 1011111 | 101011 | 0 | 111001 | 11001111 | 1011010 | 10111 |
Color Harmonies of #063F6E
Complementary color
Monochromatic Colors of #063F6E
Black with #063F6E
Text Example
Text Example
White with #063F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F6E; }
p { color: rgb(6,63,110); }
H1.HeaderClassName
{
color: #063F6E;
}
.AnyTagClassName
{
color: #063F6E;
}
</style>
background-color css
<style>
a { background-color: #063F6E; }
a { background-color: rgb(6,63,110); }
div.DivClassName
{
background-color: #063F6E;
}
.BgClassName
{
background-color: #063F6E;
}
</style>
border-color css
<style>
span { border-color: #063F6E; }
span { border-color: rgb(6,63,110); }
td.TdClassName
{
border-color: #063F6E;
}
.TagClassName
{
border-color: #063F6E;
}
</style>