Shades of Smalt #062293
Tints of Smalt #062293
RGB
CMYK
RGB Variations
Color information
#062293 (or 0x062293) is known color: Smalt. HEX triplet: 06, 22 and 93. RGB value is (6,34,147). Sum of RGB (Red+Green+Blue) = 6+34+147=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 147 (57.81% from 255 or 78.61% from 187); Max value from RGB is 147 - color contains mainly: blue. Hex color #062293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062293 is #F9DD6C. Grayscale: #262626. Windows color (decimal): -16375149 or 9642502. OLE color: 9642502.
HSL color Cylindrical-coordinate representation of color #062293: hue angle of 228.09º 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 #062293 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 34 | 147 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.42 |
| HSL | 228.09º | 0.92% | 0.3% | - |
| HSV(B) | 228.09º | 0.96% | 0.58% | - |
| XYZ | 5.91 | 3.29 | 27.93 | - |
| YUV | 38.51 | 189.22 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 147 | 0.96 | 0.77 | 0 | 0.42 | 228.09 | 0.92 | 0.3 |
| Hex | 6 | 22 | 93 | 60 | 4D | 0 | 2A | E4 | 5C | 1E |
| Octal | 6 | 42 | 223 | 140 | 115 | 0 | 52 | 344 | 134 | 36 |
| Binary | 110 | 100010 | 10010011 | 1100000 | 1001101 | 0 | 101010 | 11100100 | 1011100 | 11110 |
Color Harmonies of #062293
Complementary color
Monochromatic Colors of #062293
Black with #062293
Text Example
Text Example
White with #062293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062293; }
p { color: rgb(6,34,147); }
H1.HeaderClassName
{
color: #062293;
}
.AnyTagClassName
{
color: #062293;
}
</style>
background-color css
<style>
a { background-color: #062293; }
a { background-color: rgb(6,34,147); }
div.DivClassName
{
background-color: #062293;
}
.BgClassName
{
background-color: #062293;
}
</style>
border-color css
<style>
span { border-color: #062293; }
span { border-color: rgb(6,34,147); }
td.TdClassName
{
border-color: #062293;
}
.TagClassName
{
border-color: #062293;
}
</style>