Shades of Smalt #06409D
Tints of Smalt #06409D
RGB
CMYK
RGB Variations
Color information
#06409D (or 0x06409D) is known color: Smalt. HEX triplet: 06, 40 and 9D. RGB value is (6,64,157). Sum of RGB (Red+Green+Blue) = 6+64+157=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 157 (61.72% from 255 or 69.16% from 227); Max value from RGB is 157 - color contains mainly: blue. Hex color #06409D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06409D is #F9BF62. Grayscale: #383838. Windows color (decimal): -16367459 or 10305542. OLE color: 10305542.
HSL color Cylindrical-coordinate representation of color #06409D: hue angle of 216.95º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06409D is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 64 | 157 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.38 |
| HSL | 216.95º | 0.93% | 0.32% | - |
| HSV(B) | 216.95º | 0.96% | 0.62% | - |
| XYZ | 7.99 | 6.14 | 32.66 | - |
| YUV | 57.26 | 184.28 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 157 | 0.96 | 0.59 | 0 | 0.38 | 216.95 | 0.93 | 0.32 |
| Hex | 6 | 40 | 9D | 60 | 3B | 0 | 26 | D9 | 5D | 20 |
| Octal | 6 | 100 | 235 | 140 | 73 | 0 | 46 | 331 | 135 | 40 |
| Binary | 110 | 1000000 | 10011101 | 1100000 | 111011 | 0 | 100110 | 11011001 | 1011101 | 100000 |
Color Harmonies of #06409D
Complementary color
Monochromatic Colors of #06409D
Black with #06409D
Text Example
Text Example
White with #06409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06409D; }
p { color: rgb(6,64,157); }
H1.HeaderClassName
{
color: #06409D;
}
.AnyTagClassName
{
color: #06409D;
}
</style>
background-color css
<style>
a { background-color: #06409D; }
a { background-color: rgb(6,64,157); }
div.DivClassName
{
background-color: #06409D;
}
.BgClassName
{
background-color: #06409D;
}
</style>
border-color css
<style>
span { border-color: #06409D; }
span { border-color: rgb(6,64,157); }
td.TdClassName
{
border-color: #06409D;
}
.TagClassName
{
border-color: #06409D;
}
</style>