Shades of Smalt #063898
Tints of Smalt #063898
RGB
CMYK
RGB Variations
Color information
#063898 (or 0x063898) is known color: Smalt. HEX triplet: 06, 38 and 98. RGB value is (6,56,152). Sum of RGB (Red+Green+Blue) = 6+56+152=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 152 (59.77% from 255 or 71.03% from 214); Max value from RGB is 152 - color contains mainly: blue. Hex color #063898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063898 is #F9C767. Grayscale: #333333. Windows color (decimal): -16369512 or 9975814. OLE color: 9975814.
HSL color Cylindrical-coordinate representation of color #063898: hue angle of 219.45º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063898 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 56 | 152 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.40 |
| HSL | 219.45º | 0.92% | 0.31% | - |
| HSV(B) | 219.45º | 0.96% | 0.6% | - |
| XYZ | 7.16 | 5.13 | 30.32 | - |
| YUV | 51.99 | 184.44 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 152 | 0.96 | 0.63 | 0 | 0.40 | 219.45 | 0.92 | 0.31 |
| Hex | 6 | 38 | 98 | 60 | 3F | 0 | 28 | DB | 5C | 1F |
| Octal | 6 | 70 | 230 | 140 | 77 | 0 | 50 | 333 | 134 | 37 |
| Binary | 110 | 111000 | 10011000 | 1100000 | 111111 | 0 | 101000 | 11011011 | 1011100 | 11111 |
Color Harmonies of #063898
Complementary color
Monochromatic Colors of #063898
Black with #063898
Text Example
Text Example
White with #063898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063898; }
p { color: rgb(6,56,152); }
H1.HeaderClassName
{
color: #063898;
}
.AnyTagClassName
{
color: #063898;
}
</style>
background-color css
<style>
a { background-color: #063898; }
a { background-color: rgb(6,56,152); }
div.DivClassName
{
background-color: #063898;
}
.BgClassName
{
background-color: #063898;
}
</style>
border-color css
<style>
span { border-color: #063898; }
span { border-color: rgb(6,56,152); }
td.TdClassName
{
border-color: #063898;
}
.TagClassName
{
border-color: #063898;
}
</style>