Shades of Smalt #06399D
Tints of Smalt #06399D
RGB
CMYK
RGB Variations
Color information
#06399D (or 0x06399D) is known color: Smalt. HEX triplet: 06, 39 and 9D. RGB value is (6,57,157). Sum of RGB (Red+Green+Blue) = 6+57+157=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 157 (61.72% from 255 or 71.36% from 220); Max value from RGB is 157 - color contains mainly: blue. Hex color #06399D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06399D is #F9C662. Grayscale: #343434. Windows color (decimal): -16369251 or 10303750. OLE color: 10303750.
HSL color Cylindrical-coordinate representation of color #06399D: hue angle of 219.74º 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 #06399D is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 57 | 157 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.38 |
| HSL | 219.74º | 0.93% | 0.32% | - |
| HSV(B) | 219.74º | 0.96% | 0.62% | - |
| XYZ | 7.62 | 5.4 | 32.54 | - |
| YUV | 53.15 | 186.6 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 57 | 157 | 0.96 | 0.64 | 0 | 0.38 | 219.74 | 0.93 | 0.32 |
| Hex | 6 | 39 | 9D | 60 | 40 | 0 | 26 | DC | 5D | 20 |
| Octal | 6 | 71 | 235 | 140 | 100 | 0 | 46 | 334 | 135 | 40 |
| Binary | 110 | 111001 | 10011101 | 1100000 | 1000000 | 0 | 100110 | 11011100 | 1011101 | 100000 |
Color Harmonies of #06399D
Complementary color
Monochromatic Colors of #06399D
Black with #06399D
Text Example
Text Example
White with #06399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06399D; }
p { color: rgb(6,57,157); }
H1.HeaderClassName
{
color: #06399D;
}
.AnyTagClassName
{
color: #06399D;
}
</style>
background-color css
<style>
a { background-color: #06399D; }
a { background-color: rgb(6,57,157); }
div.DivClassName
{
background-color: #06399D;
}
.BgClassName
{
background-color: #06399D;
}
</style>
border-color css
<style>
span { border-color: #06399D; }
span { border-color: rgb(6,57,157); }
td.TdClassName
{
border-color: #06399D;
}
.TagClassName
{
border-color: #06399D;
}
</style>