Shades of Smalt #063A98
Tints of Smalt #063A98
RGB
CMYK
RGB Variations
Color information
#063A98 (or 0x063A98) is known color: Smalt. HEX triplet: 06, 3A and 98. RGB value is (6,58,152). Sum of RGB (Red+Green+Blue) = 6+58+152=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 152 (59.77% from 255 or 70.37% from 216); Max value from RGB is 152 - color contains mainly: blue. Hex color #063A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063A98 is #F9C567. Grayscale: #343434. Windows color (decimal): -16369000 or 9976326. OLE color: 9976326.
HSL color Cylindrical-coordinate representation of color #063A98: hue angle of 218.63º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063A98 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 58 | 152 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.40 |
| HSL | 218.63º | 0.92% | 0.31% | - |
| HSV(B) | 218.63º | 0.96% | 0.6% | - |
| XYZ | 7.26 | 5.33 | 30.35 | - |
| YUV | 53.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 152 | 0.96 | 0.62 | 0 | 0.40 | 218.63 | 0.92 | 0.31 |
| Hex | 6 | 3A | 98 | 60 | 3E | 0 | 28 | DB | 5C | 1F |
| Octal | 6 | 72 | 230 | 140 | 76 | 0 | 50 | 333 | 134 | 37 |
| Binary | 110 | 111010 | 10011000 | 1100000 | 111110 | 0 | 101000 | 11011011 | 1011100 | 11111 |
Color Harmonies of #063A98
Complementary color
Monochromatic Colors of #063A98
Black with #063A98
Text Example
Text Example
White with #063A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A98; }
p { color: rgb(6,58,152); }
H1.HeaderClassName
{
color: #063A98;
}
.AnyTagClassName
{
color: #063A98;
}
</style>
background-color css
<style>
a { background-color: #063A98; }
a { background-color: rgb(6,58,152); }
div.DivClassName
{
background-color: #063A98;
}
.BgClassName
{
background-color: #063A98;
}
</style>
border-color css
<style>
span { border-color: #063A98; }
span { border-color: rgb(6,58,152); }
td.TdClassName
{
border-color: #063A98;
}
.TagClassName
{
border-color: #063A98;
}
</style>