Shades of Smalt #06398F
Tints of Smalt #06398F
RGB
CMYK
RGB Variations
Color information
#06398F (or 0x06398F) is known color: Smalt. HEX triplet: 06, 39 and 8F. RGB value is (6,57,143). Sum of RGB (Red+Green+Blue) = 6+57+143=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 143 (56.25% from 255 or 69.42% from 206); Max value from RGB is 143 - color contains mainly: blue. Hex color #06398F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06398F is #F9C670. Grayscale: #333333. Windows color (decimal): -16369265 or 9386246. OLE color: 9386246.
HSL color Cylindrical-coordinate representation of color #06398F: hue angle of 217.66º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06398F is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 57 | 143 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.44 |
| HSL | 217.66º | 0.92% | 0.29% | - |
| HSV(B) | 217.66º | 0.96% | 0.56% | - |
| XYZ | 6.5 | 4.95 | 26.6 | - |
| YUV | 51.56 | 179.6 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 57 | 143 | 0.96 | 0.60 | 0 | 0.44 | 217.66 | 0.92 | 0.29 |
| Hex | 6 | 39 | 8F | 60 | 3C | 0 | 2C | DA | 5C | 1D |
| Octal | 6 | 71 | 217 | 140 | 74 | 0 | 54 | 332 | 134 | 35 |
| Binary | 110 | 111001 | 10001111 | 1100000 | 111100 | 0 | 101100 | 11011010 | 1011100 | 11101 |
Color Harmonies of #06398F
Complementary color
Monochromatic Colors of #06398F
Black with #06398F
Text Example
Text Example
White with #06398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06398F; }
p { color: rgb(6,57,143); }
H1.HeaderClassName
{
color: #06398F;
}
.AnyTagClassName
{
color: #06398F;
}
</style>
background-color css
<style>
a { background-color: #06398F; }
a { background-color: rgb(6,57,143); }
div.DivClassName
{
background-color: #06398F;
}
.BgClassName
{
background-color: #06398F;
}
</style>
border-color css
<style>
span { border-color: #06398F; }
span { border-color: rgb(6,57,143); }
td.TdClassName
{
border-color: #06398F;
}
.TagClassName
{
border-color: #06398F;
}
</style>