Shades of Smalt #063889
Tints of Smalt #063889
RGB
CMYK
RGB Variations
Color information
#063889 (or 0x063889) is known color: Smalt. HEX triplet: 06, 38 and 89. RGB value is (6,56,137). Sum of RGB (Red+Green+Blue) = 6+56+137=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 137 (53.91% from 255 or 68.84% from 199); Max value from RGB is 137 - color contains mainly: blue. Hex color #063889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063889 is #F9C776. Grayscale: #313131. Windows color (decimal): -16369527 or 8992774. OLE color: 8992774.
HSL color Cylindrical-coordinate representation of color #063889: hue angle of 217.1º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063889 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 56 | 137 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.46 |
| HSL | 217.1º | 0.92% | 0.28% | - |
| HSV(B) | 217.1º | 0.96% | 0.54% | - |
| XYZ | 6 | 4.67 | 24.25 | - |
| YUV | 50.28 | 176.94 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 137 | 0.96 | 0.59 | 0 | 0.46 | 217.1 | 0.92 | 0.28 |
| Hex | 6 | 38 | 89 | 60 | 3B | 0 | 2E | D9 | 5C | 1C |
| Octal | 6 | 70 | 211 | 140 | 73 | 0 | 56 | 331 | 134 | 34 |
| Binary | 110 | 111000 | 10001001 | 1100000 | 111011 | 0 | 101110 | 11011001 | 1011100 | 11100 |
Color Harmonies of #063889
Complementary color
Monochromatic Colors of #063889
Black with #063889
Text Example
Text Example
White with #063889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063889; }
p { color: rgb(6,56,137); }
H1.HeaderClassName
{
color: #063889;
}
.AnyTagClassName
{
color: #063889;
}
</style>
background-color css
<style>
a { background-color: #063889; }
a { background-color: rgb(6,56,137); }
div.DivClassName
{
background-color: #063889;
}
.BgClassName
{
background-color: #063889;
}
</style>
border-color css
<style>
span { border-color: #063889; }
span { border-color: rgb(6,56,137); }
td.TdClassName
{
border-color: #063889;
}
.TagClassName
{
border-color: #063889;
}
</style>