Shades of Smalt #06218D
Tints of Smalt #06218D
RGB
CMYK
RGB Variations
Color information
#06218D (or 0x06218D) is known color: Smalt. HEX triplet: 06, 21 and 8D. RGB value is (6,33,141). Sum of RGB (Red+Green+Blue) = 6+33+141=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 141 (55.47% from 255 or 78.33% from 180); Max value from RGB is 141 - color contains mainly: blue. Hex color #06218D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06218D is #F9DE72. Grayscale: #242424. Windows color (decimal): -16375411 or 9249030. OLE color: 9249030.
HSL color Cylindrical-coordinate representation of color #06218D: hue angle of 228º 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 #06218D is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 33 | 141 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.45 |
| HSL | 228º | 0.92% | 0.29% | - |
| HSV(B) | 228º | 0.96% | 0.55% | - |
| XYZ | 5.43 | 3.05 | 25.5 | - |
| YUV | 37.24 | 186.55 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 141 | 0.96 | 0.77 | 0 | 0.45 | 228 | 0.92 | 0.29 |
| Hex | 6 | 21 | 8D | 60 | 4D | 0 | 2D | E4 | 5C | 1D |
| Octal | 6 | 41 | 215 | 140 | 115 | 0 | 55 | 344 | 134 | 35 |
| Binary | 110 | 100001 | 10001101 | 1100000 | 1001101 | 0 | 101101 | 11100100 | 1011100 | 11101 |
Color Harmonies of #06218D
Complementary color
Monochromatic Colors of #06218D
Black with #06218D
Text Example
Text Example
White with #06218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06218D; }
p { color: rgb(6,33,141); }
H1.HeaderClassName
{
color: #06218D;
}
.AnyTagClassName
{
color: #06218D;
}
</style>
background-color css
<style>
a { background-color: #06218D; }
a { background-color: rgb(6,33,141); }
div.DivClassName
{
background-color: #06218D;
}
.BgClassName
{
background-color: #06218D;
}
</style>
border-color css
<style>
span { border-color: #06218D; }
span { border-color: rgb(6,33,141); }
td.TdClassName
{
border-color: #06218D;
}
.TagClassName
{
border-color: #06218D;
}
</style>