Shades of Smalt #063F9F
Tints of Smalt #063F9F
RGB
CMYK
RGB Variations
Color information
#063F9F (or 0x063F9F) is known color: Smalt. HEX triplet: 06, 3F and 9F. RGB value is (6,63,159). Sum of RGB (Red+Green+Blue) = 6+63+159=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 159 (62.5% from 255 or 69.74% from 228); Max value from RGB is 159 - color contains mainly: blue. Hex color #063F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F9F is #F9C060. Grayscale: #383838. Windows color (decimal): -16367713 or 10436358. OLE color: 10436358.
HSL color Cylindrical-coordinate representation of color #063F9F: hue angle of 217.65º 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 #063F9F is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 63 | 159 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.38 |
| HSL | 217.65º | 0.93% | 0.32% | - |
| HSV(B) | 217.65º | 0.96% | 0.62% | - |
| XYZ | 8.11 | 6.1 | 33.55 | - |
| YUV | 56.9 | 185.62 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 159 | 0.96 | 0.60 | 0 | 0.38 | 217.65 | 0.93 | 0.32 |
| Hex | 6 | 3F | 9F | 60 | 3C | 0 | 26 | DA | 5D | 20 |
| Octal | 6 | 77 | 237 | 140 | 74 | 0 | 46 | 332 | 135 | 40 |
| Binary | 110 | 111111 | 10011111 | 1100000 | 111100 | 0 | 100110 | 11011010 | 1011101 | 100000 |
Color Harmonies of #063F9F
Complementary color
Monochromatic Colors of #063F9F
Black with #063F9F
Text Example
Text Example
White with #063F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F9F; }
p { color: rgb(6,63,159); }
H1.HeaderClassName
{
color: #063F9F;
}
.AnyTagClassName
{
color: #063F9F;
}
</style>
background-color css
<style>
a { background-color: #063F9F; }
a { background-color: rgb(6,63,159); }
div.DivClassName
{
background-color: #063F9F;
}
.BgClassName
{
background-color: #063F9F;
}
</style>
border-color css
<style>
span { border-color: #063F9F; }
span { border-color: rgb(6,63,159); }
td.TdClassName
{
border-color: #063F9F;
}
.TagClassName
{
border-color: #063F9F;
}
</style>