Shades of Smalt #06218C
Tints of Smalt #06218C
RGB
CMYK
RGB Variations
Color information
#06218C (or 0x06218C) is known color: Smalt. HEX triplet: 06, 21 and 8C. RGB value is (6,33,140). Sum of RGB (Red+Green+Blue) = 6+33+140=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 140 (55.08% from 255 or 78.21% from 179); Max value from RGB is 140 - color contains mainly: blue. Hex color #06218C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06218C is #F9DE73. Grayscale: #242424. Windows color (decimal): -16375412 or 9183494. OLE color: 9183494.
HSL color Cylindrical-coordinate representation of color #06218C: hue angle of 227.91º 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 #06218C is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 33 | 140 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.45 |
| HSL | 227.91º | 0.92% | 0.29% | - |
| HSV(B) | 227.91º | 0.96% | 0.55% | - |
| XYZ | 5.35 | 3.02 | 25.11 | - |
| YUV | 37.13 | 186.05 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 140 | 0.96 | 0.76 | 0 | 0.45 | 227.91 | 0.92 | 0.29 |
| Hex | 6 | 21 | 8C | 60 | 4C | 0 | 2D | E4 | 5C | 1D |
| Octal | 6 | 41 | 214 | 140 | 114 | 0 | 55 | 344 | 134 | 35 |
| Binary | 110 | 100001 | 10001100 | 1100000 | 1001100 | 0 | 101101 | 11100100 | 1011100 | 11101 |
Color Harmonies of #06218C
Complementary color
Monochromatic Colors of #06218C
Black with #06218C
Text Example
Text Example
White with #06218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06218C; }
p { color: rgb(6,33,140); }
H1.HeaderClassName
{
color: #06218C;
}
.AnyTagClassName
{
color: #06218C;
}
</style>
background-color css
<style>
a { background-color: #06218C; }
a { background-color: rgb(6,33,140); }
div.DivClassName
{
background-color: #06218C;
}
.BgClassName
{
background-color: #06218C;
}
</style>
border-color css
<style>
span { border-color: #06218C; }
span { border-color: rgb(6,33,140); }
td.TdClassName
{
border-color: #06218C;
}
.TagClassName
{
border-color: #06218C;
}
</style>