Shades of Smalt #063F9E
Tints of Smalt #063F9E
RGB
CMYK
RGB Variations
Color information
#063F9E (or 0x063F9E) is known color: Smalt. HEX triplet: 06, 3F and 9E. RGB value is (6,63,158). Sum of RGB (Red+Green+Blue) = 6+63+158=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #063F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F9E is #F9C061. Grayscale: #383838. Windows color (decimal): -16367714 or 10370822. OLE color: 10370822.
HSL color Cylindrical-coordinate representation of color #063F9E: hue angle of 217.5º 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 #063F9E is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 63 | 158 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.38 |
| HSL | 217.5º | 0.93% | 0.32% | - |
| HSV(B) | 217.5º | 0.96% | 0.62% | - |
| XYZ | 8.02 | 6.06 | 33.09 | - |
| YUV | 56.79 | 185.12 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 158 | 0.96 | 0.60 | 0 | 0.38 | 217.5 | 0.93 | 0.32 |
| Hex | 6 | 3F | 9E | 60 | 3C | 0 | 26 | DA | 5D | 20 |
| Octal | 6 | 77 | 236 | 140 | 74 | 0 | 46 | 332 | 135 | 40 |
| Binary | 110 | 111111 | 10011110 | 1100000 | 111100 | 0 | 100110 | 11011010 | 1011101 | 100000 |
Color Harmonies of #063F9E
Complementary color
Monochromatic Colors of #063F9E
Black with #063F9E
Text Example
Text Example
White with #063F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F9E; }
p { color: rgb(6,63,158); }
H1.HeaderClassName
{
color: #063F9E;
}
.AnyTagClassName
{
color: #063F9E;
}
</style>
background-color css
<style>
a { background-color: #063F9E; }
a { background-color: rgb(6,63,158); }
div.DivClassName
{
background-color: #063F9E;
}
.BgClassName
{
background-color: #063F9E;
}
</style>
border-color css
<style>
span { border-color: #063F9E; }
span { border-color: rgb(6,63,158); }
td.TdClassName
{
border-color: #063F9E;
}
.TagClassName
{
border-color: #063F9E;
}
</style>