Shades of Smalt #06358B
Tints of Smalt #06358B
RGB
CMYK
RGB Variations
Color information
#06358B (or 0x06358B) is known color: Smalt. HEX triplet: 06, 35 and 8B. RGB value is (6,53,139). Sum of RGB (Red+Green+Blue) = 6+53+139=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #06358B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06358B is #F9CA74. Grayscale: #303030. Windows color (decimal): -16370293 or 9123078. OLE color: 9123078.
HSL color Cylindrical-coordinate representation of color #06358B: hue angle of 218.8º 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 #06358B is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 53 | 139 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.45 |
| HSL | 218.8º | 0.92% | 0.28% | - |
| HSV(B) | 218.8º | 0.96% | 0.55% | - |
| XYZ | 6.01 | 4.45 | 24.97 | - |
| YUV | 48.75 | 178.93 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 53 | 139 | 0.96 | 0.62 | 0 | 0.45 | 218.8 | 0.92 | 0.28 |
| Hex | 6 | 35 | 8B | 60 | 3E | 0 | 2D | DB | 5C | 1C |
| Octal | 6 | 65 | 213 | 140 | 76 | 0 | 55 | 333 | 134 | 34 |
| Binary | 110 | 110101 | 10001011 | 1100000 | 111110 | 0 | 101101 | 11011011 | 1011100 | 11100 |
Color Harmonies of #06358B
Complementary color
Monochromatic Colors of #06358B
Black with #06358B
Text Example
Text Example
White with #06358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06358B; }
p { color: rgb(6,53,139); }
H1.HeaderClassName
{
color: #06358B;
}
.AnyTagClassName
{
color: #06358B;
}
</style>
background-color css
<style>
a { background-color: #06358B; }
a { background-color: rgb(6,53,139); }
div.DivClassName
{
background-color: #06358B;
}
.BgClassName
{
background-color: #06358B;
}
</style>
border-color css
<style>
span { border-color: #06358B; }
span { border-color: rgb(6,53,139); }
td.TdClassName
{
border-color: #06358B;
}
.TagClassName
{
border-color: #06358B;
}
</style>