Shades of Smalt #06228A
Tints of Smalt #06228A
RGB
CMYK
RGB Variations
Color information
#06228A (or 0x06228A) is known color: Smalt. HEX triplet: 06, 22 and 8A. RGB value is (6,34,138). Sum of RGB (Red+Green+Blue) = 6+34+138=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 138 (54.30% from 255 or 77.53% from 178); Max value from RGB is 138 - color contains mainly: blue. Hex color #06228A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06228A is #F9DD75. Grayscale: #252525. Windows color (decimal): -16375158 or 9052678. OLE color: 9052678.
HSL color Cylindrical-coordinate representation of color #06228A: hue angle of 227.27º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06228A is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 34 | 138 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.46 |
| HSL | 227.27º | 0.92% | 0.28% | - |
| HSV(B) | 227.27º | 0.96% | 0.54% | - |
| XYZ | 5.23 | 3.02 | 24.35 | - |
| YUV | 37.48 | 184.72 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 138 | 0.96 | 0.75 | 0 | 0.46 | 227.27 | 0.92 | 0.28 |
| Hex | 6 | 22 | 8A | 60 | 4B | 0 | 2E | E3 | 5C | 1C |
| Octal | 6 | 42 | 212 | 140 | 113 | 0 | 56 | 343 | 134 | 34 |
| Binary | 110 | 100010 | 10001010 | 1100000 | 1001011 | 0 | 101110 | 11100011 | 1011100 | 11100 |
Color Harmonies of #06228A
Complementary color
Monochromatic Colors of #06228A
Black with #06228A
Text Example
Text Example
White with #06228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06228A; }
p { color: rgb(6,34,138); }
H1.HeaderClassName
{
color: #06228A;
}
.AnyTagClassName
{
color: #06228A;
}
</style>
background-color css
<style>
a { background-color: #06228A; }
a { background-color: rgb(6,34,138); }
div.DivClassName
{
background-color: #06228A;
}
.BgClassName
{
background-color: #06228A;
}
</style>
border-color css
<style>
span { border-color: #06228A; }
span { border-color: rgb(6,34,138); }
td.TdClassName
{
border-color: #06228A;
}
.TagClassName
{
border-color: #06228A;
}
</style>