Shades of Smalt #063F91
Tints of Smalt #063F91
RGB
CMYK
RGB Variations
Color information
#063F91 (or 0x063F91) is known color: Smalt. HEX triplet: 06, 3F and 91. RGB value is (6,63,145). Sum of RGB (Red+Green+Blue) = 6+63+145=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #063F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F91 is #F9C06E. Grayscale: #363636. Windows color (decimal): -16367727 or 9518854. OLE color: 9518854.
HSL color Cylindrical-coordinate representation of color #063F91: hue angle of 215.4º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063F91 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 63 | 145 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.43 |
| HSL | 215.4º | 0.92% | 0.3% | - |
| HSV(B) | 215.4º | 0.96% | 0.57% | - |
| XYZ | 6.96 | 5.64 | 27.51 | - |
| YUV | 55.31 | 178.62 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 145 | 0.96 | 0.57 | 0 | 0.43 | 215.4 | 0.92 | 0.3 |
| Hex | 6 | 3F | 91 | 60 | 39 | 0 | 2B | D7 | 5C | 1E |
| Octal | 6 | 77 | 221 | 140 | 71 | 0 | 53 | 327 | 134 | 36 |
| Binary | 110 | 111111 | 10010001 | 1100000 | 111001 | 0 | 101011 | 11010111 | 1011100 | 11110 |
Color Harmonies of #063F91
Complementary color
Monochromatic Colors of #063F91
Black with #063F91
Text Example
Text Example
White with #063F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F91; }
p { color: rgb(6,63,145); }
H1.HeaderClassName
{
color: #063F91;
}
.AnyTagClassName
{
color: #063F91;
}
</style>
background-color css
<style>
a { background-color: #063F91; }
a { background-color: rgb(6,63,145); }
div.DivClassName
{
background-color: #063F91;
}
.BgClassName
{
background-color: #063F91;
}
</style>
border-color css
<style>
span { border-color: #063F91; }
span { border-color: rgb(6,63,145); }
td.TdClassName
{
border-color: #063F91;
}
.TagClassName
{
border-color: #063F91;
}
</style>