Shades of Smalt #062193
Tints of Smalt #062193
RGB
CMYK
RGB Variations
Color information
#062193 (or 0x062193) is known color: Smalt. HEX triplet: 06, 21 and 93. RGB value is (6,33,147). Sum of RGB (Red+Green+Blue) = 6+33+147=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 147 (57.81% from 255 or 79.03% from 186); Max value from RGB is 147 - color contains mainly: blue. Hex color #062193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062193 is #F9DE6C. Grayscale: #252525. Windows color (decimal): -16375405 or 9642246. OLE color: 9642246.
HSL color Cylindrical-coordinate representation of color #062193: hue angle of 228.51º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062193 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 33 | 147 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.42 |
| HSL | 228.51º | 0.92% | 0.3% | - |
| HSV(B) | 228.51º | 0.96% | 0.58% | - |
| XYZ | 5.89 | 3.23 | 27.92 | - |
| YUV | 37.92 | 189.55 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 147 | 0.96 | 0.78 | 0 | 0.42 | 228.51 | 0.92 | 0.3 |
| Hex | 6 | 21 | 93 | 60 | 4E | 0 | 2A | E5 | 5C | 1E |
| Octal | 6 | 41 | 223 | 140 | 116 | 0 | 52 | 345 | 134 | 36 |
| Binary | 110 | 100001 | 10010011 | 1100000 | 1001110 | 0 | 101010 | 11100101 | 1011100 | 11110 |
Color Harmonies of #062193
Complementary color
Monochromatic Colors of #062193
Black with #062193
Text Example
Text Example
White with #062193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062193; }
p { color: rgb(6,33,147); }
H1.HeaderClassName
{
color: #062193;
}
.AnyTagClassName
{
color: #062193;
}
</style>
background-color css
<style>
a { background-color: #062193; }
a { background-color: rgb(6,33,147); }
div.DivClassName
{
background-color: #062193;
}
.BgClassName
{
background-color: #062193;
}
</style>
border-color css
<style>
span { border-color: #062193; }
span { border-color: rgb(6,33,147); }
td.TdClassName
{
border-color: #062193;
}
.TagClassName
{
border-color: #062193;
}
</style>