Shades of Smalt #06369C
Tints of Smalt #06369C
RGB
CMYK
RGB Variations
Color information
#06369C (or 0x06369C) is known color: Smalt. HEX triplet: 06, 36 and 9C. RGB value is (6,54,156). Sum of RGB (Red+Green+Blue) = 6+54+156=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 156 (61.33% from 255 or 72.22% from 216); Max value from RGB is 156 - color contains mainly: blue. Hex color #06369C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06369C is #F9C963. Grayscale: #323232. Windows color (decimal): -16370020 or 10237446. OLE color: 10237446.
HSL color Cylindrical-coordinate representation of color #06369C: hue angle of 220.8º 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 #06369C is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 54 | 156 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.39 |
| HSL | 220.8º | 0.93% | 0.32% | - |
| HSV(B) | 220.8º | 0.96% | 0.61% | - |
| XYZ | 7.4 | 5.08 | 32.04 | - |
| YUV | 51.28 | 187.1 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 156 | 0.96 | 0.65 | 0 | 0.39 | 220.8 | 0.93 | 0.32 |
| Hex | 6 | 36 | 9C | 60 | 41 | 0 | 27 | DD | 5D | 20 |
| Octal | 6 | 66 | 234 | 140 | 101 | 0 | 47 | 335 | 135 | 40 |
| Binary | 110 | 110110 | 10011100 | 1100000 | 1000001 | 0 | 100111 | 11011101 | 1011101 | 100000 |
Color Harmonies of #06369C
Complementary color
Monochromatic Colors of #06369C
Black with #06369C
Text Example
Text Example
White with #06369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06369C; }
p { color: rgb(6,54,156); }
H1.HeaderClassName
{
color: #06369C;
}
.AnyTagClassName
{
color: #06369C;
}
</style>
background-color css
<style>
a { background-color: #06369C; }
a { background-color: rgb(6,54,156); }
div.DivClassName
{
background-color: #06369C;
}
.BgClassName
{
background-color: #06369C;
}
</style>
border-color css
<style>
span { border-color: #06369C; }
span { border-color: rgb(6,54,156); }
td.TdClassName
{
border-color: #06369C;
}
.TagClassName
{
border-color: #06369C;
}
</style>