Shades of Smalt #061E93
Tints of Smalt #061E93
RGB
CMYK
RGB Variations
Color information
#061E93 (or 0x061E93) is known color: Smalt. HEX triplet: 06, 1E and 93. RGB value is (6,30,147). Sum of RGB (Red+Green+Blue) = 6+30+147=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 147 (57.81% from 255 or 80.33% from 183); Max value from RGB is 147 - color contains mainly: blue. Hex color #061E93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061E93 is #F9E16C. Grayscale: #232323. Windows color (decimal): -16376173 or 9641478. OLE color: 9641478.
HSL color Cylindrical-coordinate representation of color #061E93: hue angle of 229.79º 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 #061E93 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 30 | 147 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.42 |
| HSL | 229.79º | 0.92% | 0.3% | - |
| HSV(B) | 229.79º | 0.96% | 0.58% | - |
| XYZ | 5.81 | 3.07 | 27.89 | - |
| YUV | 36.16 | 190.55 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 147 | 0.96 | 0.80 | 0 | 0.42 | 229.79 | 0.92 | 0.3 |
| Hex | 6 | 1E | 93 | 60 | 50 | 0 | 2A | E6 | 5C | 1E |
| Octal | 6 | 36 | 223 | 140 | 120 | 0 | 52 | 346 | 134 | 36 |
| Binary | 110 | 11110 | 10010011 | 1100000 | 1010000 | 0 | 101010 | 11100110 | 1011100 | 11110 |
Color Harmonies of #061E93
Complementary color
Monochromatic Colors of #061E93
Black with #061E93
Text Example
Text Example
White with #061E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E93; }
p { color: rgb(6,30,147); }
H1.HeaderClassName
{
color: #061E93;
}
.AnyTagClassName
{
color: #061E93;
}
</style>
background-color css
<style>
a { background-color: #061E93; }
a { background-color: rgb(6,30,147); }
div.DivClassName
{
background-color: #061E93;
}
.BgClassName
{
background-color: #061E93;
}
</style>
border-color css
<style>
span { border-color: #061E93; }
span { border-color: rgb(6,30,147); }
td.TdClassName
{
border-color: #061E93;
}
.TagClassName
{
border-color: #061E93;
}
</style>