Shades of Smalt #06339C
Tints of Smalt #06339C
RGB
CMYK
RGB Variations
Color information
#06339C (or 0x06339C) is known color: Smalt. HEX triplet: 06, 33 and 9C. RGB value is (6,51,156). Sum of RGB (Red+Green+Blue) = 6+51+156=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #06339C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06339C is #F9CC63. Grayscale: #313131. Windows color (decimal): -16370788 or 10236678. OLE color: 10236678.
HSL color Cylindrical-coordinate representation of color #06339C: hue angle of 222º 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 #06339C is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 51 | 156 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.39 |
| HSL | 222º | 0.93% | 0.32% | - |
| HSV(B) | 222º | 0.96% | 0.61% | - |
| XYZ | 7.26 | 4.81 | 32 | - |
| YUV | 49.52 | 188.09 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 51 | 156 | 0.96 | 0.67 | 0 | 0.39 | 222 | 0.93 | 0.32 |
| Hex | 6 | 33 | 9C | 60 | 43 | 0 | 27 | DE | 5D | 20 |
| Octal | 6 | 63 | 234 | 140 | 103 | 0 | 47 | 336 | 135 | 40 |
| Binary | 110 | 110011 | 10011100 | 1100000 | 1000011 | 0 | 100111 | 11011110 | 1011101 | 100000 |
Color Harmonies of #06339C
Complementary color
Monochromatic Colors of #06339C
Black with #06339C
Text Example
Text Example
White with #06339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06339C; }
p { color: rgb(6,51,156); }
H1.HeaderClassName
{
color: #06339C;
}
.AnyTagClassName
{
color: #06339C;
}
</style>
background-color css
<style>
a { background-color: #06339C; }
a { background-color: rgb(6,51,156); }
div.DivClassName
{
background-color: #06339C;
}
.BgClassName
{
background-color: #06339C;
}
</style>
border-color css
<style>
span { border-color: #06339C; }
span { border-color: rgb(6,51,156); }
td.TdClassName
{
border-color: #06339C;
}
.TagClassName
{
border-color: #06339C;
}
</style>