Shades of Smalt #06389F
Tints of Smalt #06389F
RGB
CMYK
RGB Variations
Color information
#06389F (or 0x06389F) is known color: Smalt. HEX triplet: 06, 38 and 9F. RGB value is (6,56,159). Sum of RGB (Red+Green+Blue) = 6+56+159=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 159 (62.5% from 255 or 71.95% from 221); Max value from RGB is 159 - color contains mainly: blue. Hex color #06389F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06389F is #F9C760. Grayscale: #343434. Windows color (decimal): -16369505 or 10434566. OLE color: 10434566.
HSL color Cylindrical-coordinate representation of color #06389F: hue angle of 220.39º 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 #06389F is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 56 | 159 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.38 |
| HSL | 220.39º | 0.93% | 0.32% | - |
| HSV(B) | 220.39º | 0.96% | 0.62% | - |
| XYZ | 7.75 | 5.37 | 33.43 | - |
| YUV | 52.79 | 187.94 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 159 | 0.96 | 0.65 | 0 | 0.38 | 220.39 | 0.93 | 0.32 |
| Hex | 6 | 38 | 9F | 60 | 41 | 0 | 26 | DC | 5D | 20 |
| Octal | 6 | 70 | 237 | 140 | 101 | 0 | 46 | 334 | 135 | 40 |
| Binary | 110 | 111000 | 10011111 | 1100000 | 1000001 | 0 | 100110 | 11011100 | 1011101 | 100000 |
Color Harmonies of #06389F
Complementary color
Monochromatic Colors of #06389F
Black with #06389F
Text Example
Text Example
White with #06389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06389F; }
p { color: rgb(6,56,159); }
H1.HeaderClassName
{
color: #06389F;
}
.AnyTagClassName
{
color: #06389F;
}
</style>
background-color css
<style>
a { background-color: #06389F; }
a { background-color: rgb(6,56,159); }
div.DivClassName
{
background-color: #06389F;
}
.BgClassName
{
background-color: #06389F;
}
</style>
border-color css
<style>
span { border-color: #06389F; }
span { border-color: rgb(6,56,159); }
td.TdClassName
{
border-color: #06389F;
}
.TagClassName
{
border-color: #06389F;
}
</style>