Shades of Smalt #06298B
Tints of Smalt #06298B
RGB
CMYK
RGB Variations
Color information
#06298B (or 0x06298B) is known color: Smalt. HEX triplet: 06, 29 and 8B. RGB value is (6,41,139). Sum of RGB (Red+Green+Blue) = 6+41+139=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 139 (54.69% from 255 or 74.73% from 186); Max value from RGB is 139 - color contains mainly: blue. Hex color #06298B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06298B is #F9D674. Grayscale: #292929. Windows color (decimal): -16373365 or 9120006. OLE color: 9120006.
HSL color Cylindrical-coordinate representation of color #06298B: hue angle of 224.21º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06298B is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 41 | 139 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.45 |
| HSL | 224.21º | 0.92% | 0.28% | - |
| HSV(B) | 224.21º | 0.96% | 0.55% | - |
| XYZ | 5.53 | 3.49 | 24.81 | - |
| YUV | 41.71 | 182.9 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 41 | 139 | 0.96 | 0.71 | 0 | 0.45 | 224.21 | 0.92 | 0.28 |
| Hex | 6 | 29 | 8B | 60 | 47 | 0 | 2D | E0 | 5C | 1C |
| Octal | 6 | 51 | 213 | 140 | 107 | 0 | 55 | 340 | 134 | 34 |
| Binary | 110 | 101001 | 10001011 | 1100000 | 1000111 | 0 | 101101 | 11100000 | 1011100 | 11100 |
Color Harmonies of #06298B
Complementary color
Monochromatic Colors of #06298B
Black with #06298B
Text Example
Text Example
White with #06298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06298B; }
p { color: rgb(6,41,139); }
H1.HeaderClassName
{
color: #06298B;
}
.AnyTagClassName
{
color: #06298B;
}
</style>
background-color css
<style>
a { background-color: #06298B; }
a { background-color: rgb(6,41,139); }
div.DivClassName
{
background-color: #06298B;
}
.BgClassName
{
background-color: #06298B;
}
</style>
border-color css
<style>
span { border-color: #06298B; }
span { border-color: rgb(6,41,139); }
td.TdClassName
{
border-color: #06298B;
}
.TagClassName
{
border-color: #06298B;
}
</style>