Shades of Smalt #06298D
Tints of Smalt #06298D
RGB
CMYK
RGB Variations
Color information
#06298D (or 0x06298D) is known color: Smalt. HEX triplet: 06, 29 and 8D. RGB value is (6,41,141). Sum of RGB (Red+Green+Blue) = 6+41+141=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 141 (55.47% from 255 or 75% from 188); Max value from RGB is 141 - color contains mainly: blue. Hex color #06298D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06298D is #F9D672. Grayscale: #292929. Windows color (decimal): -16373363 or 9251078. OLE color: 9251078.
HSL color Cylindrical-coordinate representation of color #06298D: hue angle of 224.44º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06298D is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 41 | 141 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.45 |
| HSL | 224.44º | 0.92% | 0.29% | - |
| HSV(B) | 224.44º | 0.96% | 0.55% | - |
| XYZ | 5.68 | 3.55 | 25.58 | - |
| YUV | 41.94 | 183.9 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 41 | 141 | 0.96 | 0.71 | 0 | 0.45 | 224.44 | 0.92 | 0.29 |
| Hex | 6 | 29 | 8D | 60 | 47 | 0 | 2D | E0 | 5C | 1D |
| Octal | 6 | 51 | 215 | 140 | 107 | 0 | 55 | 340 | 134 | 35 |
| Binary | 110 | 101001 | 10001101 | 1100000 | 1000111 | 0 | 101101 | 11100000 | 1011100 | 11101 |
Color Harmonies of #06298D
Complementary color
Monochromatic Colors of #06298D
Black with #06298D
Text Example
Text Example
White with #06298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06298D; }
p { color: rgb(6,41,141); }
H1.HeaderClassName
{
color: #06298D;
}
.AnyTagClassName
{
color: #06298D;
}
</style>
background-color css
<style>
a { background-color: #06298D; }
a { background-color: rgb(6,41,141); }
div.DivClassName
{
background-color: #06298D;
}
.BgClassName
{
background-color: #06298D;
}
</style>
border-color css
<style>
span { border-color: #06298D; }
span { border-color: rgb(6,41,141); }
td.TdClassName
{
border-color: #06298D;
}
.TagClassName
{
border-color: #06298D;
}
</style>