Shades of Smalt #063E8E
Tints of Smalt #063E8E
RGB
CMYK
RGB Variations
Color information
#063E8E (or 0x063E8E) is known color: Smalt. HEX triplet: 06, 3E and 8E. RGB value is (6,62,142). Sum of RGB (Red+Green+Blue) = 6+62+142=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 142 (55.86% from 255 or 67.62% from 210); Max value from RGB is 142 - color contains mainly: blue. Hex color #063E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063E8E is #F9C171. Grayscale: #353535. Windows color (decimal): -16367986 or 9321990. OLE color: 9321990.
HSL color Cylindrical-coordinate representation of color #063E8E: hue angle of 215.29º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063E8E is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 62 | 142 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.44 |
| HSL | 215.29º | 0.92% | 0.29% | - |
| HSV(B) | 215.29º | 0.96% | 0.56% | - |
| XYZ | 6.68 | 5.44 | 26.29 | - |
| YUV | 54.38 | 177.45 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 142 | 0.96 | 0.56 | 0 | 0.44 | 215.29 | 0.92 | 0.29 |
| Hex | 6 | 3E | 8E | 60 | 38 | 0 | 2C | D7 | 5C | 1D |
| Octal | 6 | 76 | 216 | 140 | 70 | 0 | 54 | 327 | 134 | 35 |
| Binary | 110 | 111110 | 10001110 | 1100000 | 111000 | 0 | 101100 | 11010111 | 1011100 | 11101 |
Color Harmonies of #063E8E
Complementary color
Monochromatic Colors of #063E8E
Black with #063E8E
Text Example
Text Example
White with #063E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E8E; }
p { color: rgb(6,62,142); }
H1.HeaderClassName
{
color: #063E8E;
}
.AnyTagClassName
{
color: #063E8E;
}
</style>
background-color css
<style>
a { background-color: #063E8E; }
a { background-color: rgb(6,62,142); }
div.DivClassName
{
background-color: #063E8E;
}
.BgClassName
{
background-color: #063E8E;
}
</style>
border-color css
<style>
span { border-color: #063E8E; }
span { border-color: rgb(6,62,142); }
td.TdClassName
{
border-color: #063E8E;
}
.TagClassName
{
border-color: #063E8E;
}
</style>