Shades of Smalt #063E9F
Tints of Smalt #063E9F
RGB
CMYK
RGB Variations
Color information
#063E9F (or 0x063E9F) is known color: Smalt. HEX triplet: 06, 3E and 9F. RGB value is (6,62,159). Sum of RGB (Red+Green+Blue) = 6+62+159=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #063E9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063E9F is #F9C160. Grayscale: #373737. Windows color (decimal): -16367969 or 10436102. OLE color: 10436102.
HSL color Cylindrical-coordinate representation of color #063E9F: hue angle of 218.04º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063E9F is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 62 | 159 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.38 |
| HSL | 218.04º | 0.93% | 0.32% | - |
| HSV(B) | 218.04º | 0.96% | 0.62% | - |
| XYZ | 8.06 | 5.99 | 33.53 | - |
| YUV | 56.31 | 185.95 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 159 | 0.96 | 0.61 | 0 | 0.38 | 218.04 | 0.93 | 0.32 |
| Hex | 6 | 3E | 9F | 60 | 3D | 0 | 26 | DA | 5D | 20 |
| Octal | 6 | 76 | 237 | 140 | 75 | 0 | 46 | 332 | 135 | 40 |
| Binary | 110 | 111110 | 10011111 | 1100000 | 111101 | 0 | 100110 | 11011010 | 1011101 | 100000 |
Color Harmonies of #063E9F
Complementary color
Monochromatic Colors of #063E9F
Black with #063E9F
Text Example
Text Example
White with #063E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E9F; }
p { color: rgb(6,62,159); }
H1.HeaderClassName
{
color: #063E9F;
}
.AnyTagClassName
{
color: #063E9F;
}
</style>
background-color css
<style>
a { background-color: #063E9F; }
a { background-color: rgb(6,62,159); }
div.DivClassName
{
background-color: #063E9F;
}
.BgClassName
{
background-color: #063E9F;
}
</style>
border-color css
<style>
span { border-color: #063E9F; }
span { border-color: rgb(6,62,159); }
td.TdClassName
{
border-color: #063E9F;
}
.TagClassName
{
border-color: #063E9F;
}
</style>