Shades of Smalt #063E90
Tints of Smalt #063E90
RGB
CMYK
RGB Variations
Color information
#063E90 (or 0x063E90) is known color: Smalt. HEX triplet: 06, 3E and 90. RGB value is (6,62,144). Sum of RGB (Red+Green+Blue) = 6+62+144=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #063E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063E90 is #F9C16F. Grayscale: #363636. Windows color (decimal): -16367984 or 9453062. OLE color: 9453062.
HSL color Cylindrical-coordinate representation of color #063E90: hue angle of 215.65º 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 #063E90 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 62 | 144 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.44 |
| HSL | 215.65º | 0.92% | 0.29% | - |
| HSV(B) | 215.65º | 0.96% | 0.56% | - |
| XYZ | 6.83 | 5.5 | 27.09 | - |
| YUV | 54.6 | 178.45 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 144 | 0.96 | 0.57 | 0 | 0.44 | 215.65 | 0.92 | 0.29 |
| Hex | 6 | 3E | 90 | 60 | 39 | 0 | 2C | D8 | 5C | 1D |
| Octal | 6 | 76 | 220 | 140 | 71 | 0 | 54 | 330 | 134 | 35 |
| Binary | 110 | 111110 | 10010000 | 1100000 | 111001 | 0 | 101100 | 11011000 | 1011100 | 11101 |
Color Harmonies of #063E90
Complementary color
Monochromatic Colors of #063E90
Black with #063E90
Text Example
Text Example
White with #063E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E90; }
p { color: rgb(6,62,144); }
H1.HeaderClassName
{
color: #063E90;
}
.AnyTagClassName
{
color: #063E90;
}
</style>
background-color css
<style>
a { background-color: #063E90; }
a { background-color: rgb(6,62,144); }
div.DivClassName
{
background-color: #063E90;
}
.BgClassName
{
background-color: #063E90;
}
</style>
border-color css
<style>
span { border-color: #063E90; }
span { border-color: rgb(6,62,144); }
td.TdClassName
{
border-color: #063E90;
}
.TagClassName
{
border-color: #063E90;
}
</style>