Shades of Smalt #063C92
Tints of Smalt #063C92
RGB
CMYK
RGB Variations
Color information
#063C92 (or 0x063C92) is known color: Smalt. HEX triplet: 06, 3C and 92. RGB value is (6,60,146). Sum of RGB (Red+Green+Blue) = 6+60+146=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #063C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063C92 is #F9C36D. Grayscale: #353535. Windows color (decimal): -16368494 or 9583622. OLE color: 9583622.
HSL color Cylindrical-coordinate representation of color #063C92: hue angle of 216.86º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063C92 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 60 | 146 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.43 |
| HSL | 216.86º | 0.92% | 0.3% | - |
| HSV(B) | 216.86º | 0.96% | 0.57% | - |
| XYZ | 6.88 | 5.35 | 27.86 | - |
| YUV | 53.66 | 180.11 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 146 | 0.96 | 0.59 | 0 | 0.43 | 216.86 | 0.92 | 0.3 |
| Hex | 6 | 3C | 92 | 60 | 3B | 0 | 2B | D9 | 5C | 1E |
| Octal | 6 | 74 | 222 | 140 | 73 | 0 | 53 | 331 | 134 | 36 |
| Binary | 110 | 111100 | 10010010 | 1100000 | 111011 | 0 | 101011 | 11011001 | 1011100 | 11110 |
Color Harmonies of #063C92
Complementary color
Monochromatic Colors of #063C92
Black with #063C92
Text Example
Text Example
White with #063C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C92; }
p { color: rgb(6,60,146); }
H1.HeaderClassName
{
color: #063C92;
}
.AnyTagClassName
{
color: #063C92;
}
</style>
background-color css
<style>
a { background-color: #063C92; }
a { background-color: rgb(6,60,146); }
div.DivClassName
{
background-color: #063C92;
}
.BgClassName
{
background-color: #063C92;
}
</style>
border-color css
<style>
span { border-color: #063C92; }
span { border-color: rgb(6,60,146); }
td.TdClassName
{
border-color: #063C92;
}
.TagClassName
{
border-color: #063C92;
}
</style>