Shades of Smalt #063E9D
Tints of Smalt #063E9D
RGB
CMYK
RGB Variations
Color information
#063E9D (or 0x063E9D) is known color: Smalt. HEX triplet: 06, 3E and 9D. RGB value is (6,62,157). Sum of RGB (Red+Green+Blue) = 6+62+157=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 157 (61.72% from 255 or 69.78% from 225); Max value from RGB is 157 - color contains mainly: blue. Hex color #063E9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063E9D is #F9C162. Grayscale: #373737. Windows color (decimal): -16367971 or 10305030. OLE color: 10305030.
HSL color Cylindrical-coordinate representation of color #063E9D: hue angle of 217.75º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063E9D is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 62 | 157 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.38 |
| HSL | 217.75º | 0.93% | 0.32% | - |
| HSV(B) | 217.75º | 0.96% | 0.62% | - |
| XYZ | 7.88 | 5.92 | 32.63 | - |
| YUV | 56.09 | 184.95 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 157 | 0.96 | 0.61 | 0 | 0.38 | 217.75 | 0.93 | 0.32 |
| Hex | 6 | 3E | 9D | 60 | 3D | 0 | 26 | DA | 5D | 20 |
| Octal | 6 | 76 | 235 | 140 | 75 | 0 | 46 | 332 | 135 | 40 |
| Binary | 110 | 111110 | 10011101 | 1100000 | 111101 | 0 | 100110 | 11011010 | 1011101 | 100000 |
Color Harmonies of #063E9D
Complementary color
Monochromatic Colors of #063E9D
Black with #063E9D
Text Example
Text Example
White with #063E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E9D; }
p { color: rgb(6,62,157); }
H1.HeaderClassName
{
color: #063E9D;
}
.AnyTagClassName
{
color: #063E9D;
}
</style>
background-color css
<style>
a { background-color: #063E9D; }
a { background-color: rgb(6,62,157); }
div.DivClassName
{
background-color: #063E9D;
}
.BgClassName
{
background-color: #063E9D;
}
</style>
border-color css
<style>
span { border-color: #063E9D; }
span { border-color: rgb(6,62,157); }
td.TdClassName
{
border-color: #063E9D;
}
.TagClassName
{
border-color: #063E9D;
}
</style>