Shades of Smalt #06379D
Tints of Smalt #06379D
RGB
CMYK
RGB Variations
Color information
#06379D (or 0x06379D) is known color: Smalt. HEX triplet: 06, 37 and 9D. RGB value is (6,55,157). Sum of RGB (Red+Green+Blue) = 6+55+157=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 157 (61.72% from 255 or 72.02% from 218); Max value from RGB is 157 - color contains mainly: blue. Hex color #06379D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06379D is #F9C862. Grayscale: #333333. Windows color (decimal): -16369763 or 10303238. OLE color: 10303238.
HSL color Cylindrical-coordinate representation of color #06379D: hue angle of 220.53º 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 #06379D is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 55 | 157 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.38 |
| HSL | 220.53º | 0.93% | 0.32% | - |
| HSV(B) | 220.53º | 0.96% | 0.62% | - |
| XYZ | 7.53 | 5.21 | 32.51 | - |
| YUV | 51.98 | 187.27 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 157 | 0.96 | 0.65 | 0 | 0.38 | 220.53 | 0.93 | 0.32 |
| Hex | 6 | 37 | 9D | 60 | 41 | 0 | 26 | DD | 5D | 20 |
| Octal | 6 | 67 | 235 | 140 | 101 | 0 | 46 | 335 | 135 | 40 |
| Binary | 110 | 110111 | 10011101 | 1100000 | 1000001 | 0 | 100110 | 11011101 | 1011101 | 100000 |
Color Harmonies of #06379D
Complementary color
Monochromatic Colors of #06379D
Black with #06379D
Text Example
Text Example
White with #06379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06379D; }
p { color: rgb(6,55,157); }
H1.HeaderClassName
{
color: #06379D;
}
.AnyTagClassName
{
color: #06379D;
}
</style>
background-color css
<style>
a { background-color: #06379D; }
a { background-color: rgb(6,55,157); }
div.DivClassName
{
background-color: #06379D;
}
.BgClassName
{
background-color: #06379D;
}
</style>
border-color css
<style>
span { border-color: #06379D; }
span { border-color: rgb(6,55,157); }
td.TdClassName
{
border-color: #06379D;
}
.TagClassName
{
border-color: #06379D;
}
</style>