Shades of Smalt #063F9C
Tints of Smalt #063F9C
RGB
CMYK
RGB Variations
Color information
#063F9C (or 0x063F9C) is known color: Smalt. HEX triplet: 06, 3F and 9C. RGB value is (6,63,156). Sum of RGB (Red+Green+Blue) = 6+63+156=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 156 (61.33% from 255 or 69.33% from 225); Max value from RGB is 156 - color contains mainly: blue. Hex color #063F9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F9C is #F9C063. Grayscale: #383838. Windows color (decimal): -16367716 or 10239750. OLE color: 10239750.
HSL color Cylindrical-coordinate representation of color #063F9C: hue angle of 217.2º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063F9C is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 63 | 156 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.39 |
| HSL | 217.2º | 0.93% | 0.32% | - |
| HSV(B) | 217.2º | 0.96% | 0.61% | - |
| XYZ | 7.85 | 5.99 | 32.2 | - |
| YUV | 56.56 | 184.12 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 156 | 0.96 | 0.60 | 0 | 0.39 | 217.2 | 0.93 | 0.32 |
| Hex | 6 | 3F | 9C | 60 | 3C | 0 | 27 | D9 | 5D | 20 |
| Octal | 6 | 77 | 234 | 140 | 74 | 0 | 47 | 331 | 135 | 40 |
| Binary | 110 | 111111 | 10011100 | 1100000 | 111100 | 0 | 100111 | 11011001 | 1011101 | 100000 |
Color Harmonies of #063F9C
Complementary color
Monochromatic Colors of #063F9C
Black with #063F9C
Text Example
Text Example
White with #063F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F9C; }
p { color: rgb(6,63,156); }
H1.HeaderClassName
{
color: #063F9C;
}
.AnyTagClassName
{
color: #063F9C;
}
</style>
background-color css
<style>
a { background-color: #063F9C; }
a { background-color: rgb(6,63,156); }
div.DivClassName
{
background-color: #063F9C;
}
.BgClassName
{
background-color: #063F9C;
}
</style>
border-color css
<style>
span { border-color: #063F9C; }
span { border-color: rgb(6,63,156); }
td.TdClassName
{
border-color: #063F9C;
}
.TagClassName
{
border-color: #063F9C;
}
</style>