Shades of Smalt #063D9A
Tints of Smalt #063D9A
RGB
CMYK
RGB Variations
Color information
#063D9A (or 0x063D9A) is known color: Smalt. HEX triplet: 06, 3D and 9A. RGB value is (6,61,154). Sum of RGB (Red+Green+Blue) = 6+61+154=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 154 (60.55% from 255 or 69.68% from 221); Max value from RGB is 154 - color contains mainly: blue. Hex color #063D9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063D9A is #F9C265. Grayscale: #363636. Windows color (decimal): -16368230 or 10108166. OLE color: 10108166.
HSL color Cylindrical-coordinate representation of color #063D9A: hue angle of 217.7º degrees, saturation: 0.93, 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 #063D9A is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 61 | 154 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.40 |
| HSL | 217.7º | 0.93% | 0.31% | - |
| HSV(B) | 217.7º | 0.96% | 0.6% | - |
| XYZ | 7.58 | 5.71 | 31.27 | - |
| YUV | 55.16 | 183.78 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 154 | 0.96 | 0.60 | 0 | 0.40 | 217.7 | 0.93 | 0.31 |
| Hex | 6 | 3D | 9A | 60 | 3C | 0 | 28 | DA | 5C | 1F |
| Octal | 6 | 75 | 232 | 140 | 74 | 0 | 50 | 332 | 134 | 37 |
| Binary | 110 | 111101 | 10011010 | 1100000 | 111100 | 0 | 101000 | 11011010 | 1011100 | 11111 |
Color Harmonies of #063D9A
Complementary color
Monochromatic Colors of #063D9A
Black with #063D9A
Text Example
Text Example
White with #063D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D9A; }
p { color: rgb(6,61,154); }
H1.HeaderClassName
{
color: #063D9A;
}
.AnyTagClassName
{
color: #063D9A;
}
</style>
background-color css
<style>
a { background-color: #063D9A; }
a { background-color: rgb(6,61,154); }
div.DivClassName
{
background-color: #063D9A;
}
.BgClassName
{
background-color: #063D9A;
}
</style>
border-color css
<style>
span { border-color: #063D9A; }
span { border-color: rgb(6,61,154); }
td.TdClassName
{
border-color: #063D9A;
}
.TagClassName
{
border-color: #063D9A;
}
</style>