Shades of Smalt #06309C
Tints of Smalt #06309C
RGB
CMYK
RGB Variations
Color information
#06309C (or 0x06309C) is known color: Smalt. HEX triplet: 06, 30 and 9C. RGB value is (6,48,156). Sum of RGB (Red+Green+Blue) = 6+48+156=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #06309C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06309C is #F9CF63. Grayscale: #2F2F2F. Windows color (decimal): -16371556 or 10235910. OLE color: 10235910.
HSL color Cylindrical-coordinate representation of color #06309C: hue angle of 223.2º 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 #06309C is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 48 | 156 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.39 |
| HSL | 223.2º | 0.93% | 0.32% | - |
| HSV(B) | 223.2º | 0.96% | 0.61% | - |
| XYZ | 7.13 | 4.55 | 31.96 | - |
| YUV | 47.75 | 189.09 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 156 | 0.96 | 0.69 | 0 | 0.39 | 223.2 | 0.93 | 0.32 |
| Hex | 6 | 30 | 9C | 60 | 45 | 0 | 27 | DF | 5D | 20 |
| Octal | 6 | 60 | 234 | 140 | 105 | 0 | 47 | 337 | 135 | 40 |
| Binary | 110 | 110000 | 10011100 | 1100000 | 1000101 | 0 | 100111 | 11011111 | 1011101 | 100000 |
Color Harmonies of #06309C
Complementary color
Monochromatic Colors of #06309C
Black with #06309C
Text Example
Text Example
White with #06309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06309C; }
p { color: rgb(6,48,156); }
H1.HeaderClassName
{
color: #06309C;
}
.AnyTagClassName
{
color: #06309C;
}
</style>
background-color css
<style>
a { background-color: #06309C; }
a { background-color: rgb(6,48,156); }
div.DivClassName
{
background-color: #06309C;
}
.BgClassName
{
background-color: #06309C;
}
</style>
border-color css
<style>
span { border-color: #06309C; }
span { border-color: rgb(6,48,156); }
td.TdClassName
{
border-color: #06309C;
}
.TagClassName
{
border-color: #06309C;
}
</style>