Shades of Smalt #06399B
Tints of Smalt #06399B
RGB
CMYK
RGB Variations
Color information
#06399B (or 0x06399B) is known color: Smalt. HEX triplet: 06, 39 and 9B. RGB value is (6,57,155). Sum of RGB (Red+Green+Blue) = 6+57+155=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #06399B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06399B is #F9C664. Grayscale: #343434. Windows color (decimal): -16369253 or 10172678. OLE color: 10172678.
HSL color Cylindrical-coordinate representation of color #06399B: hue angle of 219.46º 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 #06399B is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 57 | 155 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.39 |
| HSL | 219.46º | 0.93% | 0.32% | - |
| HSV(B) | 219.46º | 0.96% | 0.61% | - |
| XYZ | 7.45 | 5.33 | 31.65 | - |
| YUV | 52.92 | 185.6 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 57 | 155 | 0.96 | 0.63 | 0 | 0.39 | 219.46 | 0.93 | 0.32 |
| Hex | 6 | 39 | 9B | 60 | 3F | 0 | 27 | DB | 5D | 20 |
| Octal | 6 | 71 | 233 | 140 | 77 | 0 | 47 | 333 | 135 | 40 |
| Binary | 110 | 111001 | 10011011 | 1100000 | 111111 | 0 | 100111 | 11011011 | 1011101 | 100000 |
Color Harmonies of #06399B
Complementary color
Monochromatic Colors of #06399B
Black with #06399B
Text Example
Text Example
White with #06399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06399B; }
p { color: rgb(6,57,155); }
H1.HeaderClassName
{
color: #06399B;
}
.AnyTagClassName
{
color: #06399B;
}
</style>
background-color css
<style>
a { background-color: #06399B; }
a { background-color: rgb(6,57,155); }
div.DivClassName
{
background-color: #06399B;
}
.BgClassName
{
background-color: #06399B;
}
</style>
border-color css
<style>
span { border-color: #06399B; }
span { border-color: rgb(6,57,155); }
td.TdClassName
{
border-color: #06399B;
}
.TagClassName
{
border-color: #06399B;
}
</style>