Shades of Smalt #063F90
Tints of Smalt #063F90
RGB
CMYK
RGB Variations
Color information
#063F90 (or 0x063F90) is known color: Smalt. HEX triplet: 06, 3F and 90. RGB value is (6,63,144). Sum of RGB (Red+Green+Blue) = 6+63+144=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #063F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F90 is #F9C06F. Grayscale: #363636. Windows color (decimal): -16367728 or 9453318. OLE color: 9453318.
HSL color Cylindrical-coordinate representation of color #063F90: hue angle of 215.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063F90 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 63 | 144 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.44 |
| HSL | 215.22º | 0.92% | 0.29% | - |
| HSV(B) | 215.22º | 0.96% | 0.56% | - |
| XYZ | 6.89 | 5.61 | 27.1 | - |
| YUV | 55.19 | 178.12 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 144 | 0.96 | 0.56 | 0 | 0.44 | 215.22 | 0.92 | 0.29 |
| Hex | 6 | 3F | 90 | 60 | 38 | 0 | 2C | D7 | 5C | 1D |
| Octal | 6 | 77 | 220 | 140 | 70 | 0 | 54 | 327 | 134 | 35 |
| Binary | 110 | 111111 | 10010000 | 1100000 | 111000 | 0 | 101100 | 11010111 | 1011100 | 11101 |
Color Harmonies of #063F90
Complementary color
Monochromatic Colors of #063F90
Black with #063F90
Text Example
Text Example
White with #063F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F90; }
p { color: rgb(6,63,144); }
H1.HeaderClassName
{
color: #063F90;
}
.AnyTagClassName
{
color: #063F90;
}
</style>
background-color css
<style>
a { background-color: #063F90; }
a { background-color: rgb(6,63,144); }
div.DivClassName
{
background-color: #063F90;
}
.BgClassName
{
background-color: #063F90;
}
</style>
border-color css
<style>
span { border-color: #063F90; }
span { border-color: rgb(6,63,144); }
td.TdClassName
{
border-color: #063F90;
}
.TagClassName
{
border-color: #063F90;
}
</style>