Shades of Smalt #063A90
Tints of Smalt #063A90
RGB
CMYK
RGB Variations
Color information
#063A90 (or 0x063A90) is known color: Smalt. HEX triplet: 06, 3A and 90. RGB value is (6,58,144). Sum of RGB (Red+Green+Blue) = 6+58+144=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 144 (56.64% from 255 or 69.23% from 208); Max value from RGB is 144 - color contains mainly: blue. Hex color #063A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063A90 is #F9C56F. Grayscale: #333333. Windows color (decimal): -16369008 or 9452038. OLE color: 9452038.
HSL color Cylindrical-coordinate representation of color #063A90: hue angle of 217.39º 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 #063A90 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 58 | 144 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.44 |
| HSL | 217.39º | 0.92% | 0.29% | - |
| HSV(B) | 217.39º | 0.96% | 0.56% | - |
| XYZ | 6.62 | 5.08 | 27.02 | - |
| YUV | 52.26 | 179.77 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 144 | 0.96 | 0.60 | 0 | 0.44 | 217.39 | 0.92 | 0.29 |
| Hex | 6 | 3A | 90 | 60 | 3C | 0 | 2C | D9 | 5C | 1D |
| Octal | 6 | 72 | 220 | 140 | 74 | 0 | 54 | 331 | 134 | 35 |
| Binary | 110 | 111010 | 10010000 | 1100000 | 111100 | 0 | 101100 | 11011001 | 1011100 | 11101 |
Color Harmonies of #063A90
Complementary color
Monochromatic Colors of #063A90
Black with #063A90
Text Example
Text Example
White with #063A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A90; }
p { color: rgb(6,58,144); }
H1.HeaderClassName
{
color: #063A90;
}
.AnyTagClassName
{
color: #063A90;
}
</style>
background-color css
<style>
a { background-color: #063A90; }
a { background-color: rgb(6,58,144); }
div.DivClassName
{
background-color: #063A90;
}
.BgClassName
{
background-color: #063A90;
}
</style>
border-color css
<style>
span { border-color: #063A90; }
span { border-color: rgb(6,58,144); }
td.TdClassName
{
border-color: #063A90;
}
.TagClassName
{
border-color: #063A90;
}
</style>