Shades of Smalt #06328B
Tints of Smalt #06328B
RGB
CMYK
RGB Variations
Color information
#06328B (or 0x06328B) is known color: Smalt. HEX triplet: 06, 32 and 8B. RGB value is (6,50,139). Sum of RGB (Red+Green+Blue) = 6+50+139=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #06328B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06328B is #F9CD74. Grayscale: #2E2E2E. Windows color (decimal): -16371061 or 9122310. OLE color: 9122310.
HSL color Cylindrical-coordinate representation of color #06328B: hue angle of 220.15º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06328B is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 50 | 139 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.45 |
| HSL | 220.15º | 0.92% | 0.28% | - |
| HSV(B) | 220.15º | 0.96% | 0.55% | - |
| XYZ | 5.88 | 4.18 | 24.92 | - |
| YUV | 46.99 | 179.92 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 139 | 0.96 | 0.64 | 0 | 0.45 | 220.15 | 0.92 | 0.28 |
| Hex | 6 | 32 | 8B | 60 | 40 | 0 | 2D | DC | 5C | 1C |
| Octal | 6 | 62 | 213 | 140 | 100 | 0 | 55 | 334 | 134 | 34 |
| Binary | 110 | 110010 | 10001011 | 1100000 | 1000000 | 0 | 101101 | 11011100 | 1011100 | 11100 |
Color Harmonies of #06328B
Complementary color
Monochromatic Colors of #06328B
Black with #06328B
Text Example
Text Example
White with #06328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06328B; }
p { color: rgb(6,50,139); }
H1.HeaderClassName
{
color: #06328B;
}
.AnyTagClassName
{
color: #06328B;
}
</style>
background-color css
<style>
a { background-color: #06328B; }
a { background-color: rgb(6,50,139); }
div.DivClassName
{
background-color: #06328B;
}
.BgClassName
{
background-color: #06328B;
}
</style>
border-color css
<style>
span { border-color: #06328B; }
span { border-color: rgb(6,50,139); }
td.TdClassName
{
border-color: #06328B;
}
.TagClassName
{
border-color: #06328B;
}
</style>