Shades of Smalt #06409B
Tints of Smalt #06409B
RGB
CMYK
RGB Variations
Color information
#06409B (or 0x06409B) is known color: Smalt. HEX triplet: 06, 40 and 9B. RGB value is (6,64,155). Sum of RGB (Red+Green+Blue) = 6+64+155=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 155 (60.94% from 255 or 68.89% from 225); Max value from RGB is 155 - color contains mainly: blue. Hex color #06409B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06409B is #F9BF64. Grayscale: #383838. Windows color (decimal): -16367461 or 10174470. OLE color: 10174470.
HSL color Cylindrical-coordinate representation of color #06409B: hue angle of 216.64º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06409B is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 64 | 155 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.39 |
| HSL | 216.64º | 0.93% | 0.32% | - |
| HSV(B) | 216.64º | 0.96% | 0.61% | - |
| XYZ | 7.82 | 6.07 | 31.77 | - |
| YUV | 57.03 | 183.28 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 155 | 0.96 | 0.59 | 0 | 0.39 | 216.64 | 0.93 | 0.32 |
| Hex | 6 | 40 | 9B | 60 | 3B | 0 | 27 | D9 | 5D | 20 |
| Octal | 6 | 100 | 233 | 140 | 73 | 0 | 47 | 331 | 135 | 40 |
| Binary | 110 | 1000000 | 10011011 | 1100000 | 111011 | 0 | 100111 | 11011001 | 1011101 | 100000 |
Color Harmonies of #06409B
Complementary color
Monochromatic Colors of #06409B
Black with #06409B
Text Example
Text Example
White with #06409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06409B; }
p { color: rgb(6,64,155); }
H1.HeaderClassName
{
color: #06409B;
}
.AnyTagClassName
{
color: #06409B;
}
</style>
background-color css
<style>
a { background-color: #06409B; }
a { background-color: rgb(6,64,155); }
div.DivClassName
{
background-color: #06409B;
}
.BgClassName
{
background-color: #06409B;
}
</style>
border-color css
<style>
span { border-color: #06409B; }
span { border-color: rgb(6,64,155); }
td.TdClassName
{
border-color: #06409B;
}
.TagClassName
{
border-color: #06409B;
}
</style>