Shades of Smalt #06208D
Tints of Smalt #06208D
RGB
CMYK
RGB Variations
Color information
#06208D (or 0x06208D) is known color: Smalt. HEX triplet: 06, 20 and 8D. RGB value is (6,32,141). Sum of RGB (Red+Green+Blue) = 6+32+141=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 141 (55.47% from 255 or 78.77% from 179); Max value from RGB is 141 - color contains mainly: blue. Hex color #06208D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06208D is #F9DF72. Grayscale: #242424. Windows color (decimal): -16375667 or 9248774. OLE color: 9248774.
HSL color Cylindrical-coordinate representation of color #06208D: hue angle of 228.44º 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 #06208D is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 32 | 141 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.45 |
| HSL | 228.44º | 0.92% | 0.29% | - |
| HSV(B) | 228.44º | 0.96% | 0.55% | - |
| XYZ | 5.4 | 2.99 | 25.49 | - |
| YUV | 36.65 | 186.89 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 141 | 0.96 | 0.77 | 0 | 0.45 | 228.44 | 0.92 | 0.29 |
| Hex | 6 | 20 | 8D | 60 | 4D | 0 | 2D | E4 | 5C | 1D |
| Octal | 6 | 40 | 215 | 140 | 115 | 0 | 55 | 344 | 134 | 35 |
| Binary | 110 | 100000 | 10001101 | 1100000 | 1001101 | 0 | 101101 | 11100100 | 1011100 | 11101 |
Color Harmonies of #06208D
Complementary color
Monochromatic Colors of #06208D
Black with #06208D
Text Example
Text Example
White with #06208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06208D; }
p { color: rgb(6,32,141); }
H1.HeaderClassName
{
color: #06208D;
}
.AnyTagClassName
{
color: #06208D;
}
</style>
background-color css
<style>
a { background-color: #06208D; }
a { background-color: rgb(6,32,141); }
div.DivClassName
{
background-color: #06208D;
}
.BgClassName
{
background-color: #06208D;
}
</style>
border-color css
<style>
span { border-color: #06208D; }
span { border-color: rgb(6,32,141); }
td.TdClassName
{
border-color: #06208D;
}
.TagClassName
{
border-color: #06208D;
}
</style>