Shades of Smalt #06228B
Tints of Smalt #06228B
RGB
CMYK
RGB Variations
Color information
#06228B (or 0x06228B) is known color: Smalt. HEX triplet: 06, 22 and 8B. RGB value is (6,34,139). Sum of RGB (Red+Green+Blue) = 6+34+139=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 139 (54.69% from 255 or 77.65% from 179); Max value from RGB is 139 - color contains mainly: blue. Hex color #06228B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06228B is #F9DD74. Grayscale: #252525. Windows color (decimal): -16375157 or 9118214. OLE color: 9118214.
HSL color Cylindrical-coordinate representation of color #06228B: hue angle of 227.37º 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 #06228B is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 34 | 139 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.45 |
| HSL | 227.37º | 0.92% | 0.28% | - |
| HSV(B) | 227.37º | 0.96% | 0.55% | - |
| XYZ | 5.31 | 3.05 | 24.73 | - |
| YUV | 37.6 | 185.22 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 139 | 0.96 | 0.76 | 0 | 0.45 | 227.37 | 0.92 | 0.28 |
| Hex | 6 | 22 | 8B | 60 | 4C | 0 | 2D | E3 | 5C | 1C |
| Octal | 6 | 42 | 213 | 140 | 114 | 0 | 55 | 343 | 134 | 34 |
| Binary | 110 | 100010 | 10001011 | 1100000 | 1001100 | 0 | 101101 | 11100011 | 1011100 | 11100 |
Color Harmonies of #06228B
Complementary color
Monochromatic Colors of #06228B
Black with #06228B
Text Example
Text Example
White with #06228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06228B; }
p { color: rgb(6,34,139); }
H1.HeaderClassName
{
color: #06228B;
}
.AnyTagClassName
{
color: #06228B;
}
</style>
background-color css
<style>
a { background-color: #06228B; }
a { background-color: rgb(6,34,139); }
div.DivClassName
{
background-color: #06228B;
}
.BgClassName
{
background-color: #06228B;
}
</style>
border-color css
<style>
span { border-color: #06228B; }
span { border-color: rgb(6,34,139); }
td.TdClassName
{
border-color: #06228B;
}
.TagClassName
{
border-color: #06228B;
}
</style>