Shades of Smalt #063D9D
Tints of Smalt #063D9D
RGB
CMYK
RGB Variations
Color information
#063D9D (or 0x063D9D) is known color: Smalt. HEX triplet: 06, 3D and 9D. RGB value is (6,61,157). Sum of RGB (Red+Green+Blue) = 6+61+157=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #063D9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063D9D is #F9C262. Grayscale: #373737. Windows color (decimal): -16368227 or 10304774. OLE color: 10304774.
HSL color Cylindrical-coordinate representation of color #063D9D: hue angle of 218.15º 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 #063D9D is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 61 | 157 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.38 |
| HSL | 218.15º | 0.93% | 0.32% | - |
| HSV(B) | 218.15º | 0.96% | 0.62% | - |
| XYZ | 7.83 | 5.81 | 32.61 | - |
| YUV | 55.5 | 185.28 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 157 | 0.96 | 0.61 | 0 | 0.38 | 218.15 | 0.93 | 0.32 |
| Hex | 6 | 3D | 9D | 60 | 3D | 0 | 26 | DA | 5D | 20 |
| Octal | 6 | 75 | 235 | 140 | 75 | 0 | 46 | 332 | 135 | 40 |
| Binary | 110 | 111101 | 10011101 | 1100000 | 111101 | 0 | 100110 | 11011010 | 1011101 | 100000 |
Color Harmonies of #063D9D
Complementary color
Monochromatic Colors of #063D9D
Black with #063D9D
Text Example
Text Example
White with #063D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D9D; }
p { color: rgb(6,61,157); }
H1.HeaderClassName
{
color: #063D9D;
}
.AnyTagClassName
{
color: #063D9D;
}
</style>
background-color css
<style>
a { background-color: #063D9D; }
a { background-color: rgb(6,61,157); }
div.DivClassName
{
background-color: #063D9D;
}
.BgClassName
{
background-color: #063D9D;
}
</style>
border-color css
<style>
span { border-color: #063D9D; }
span { border-color: rgb(6,61,157); }
td.TdClassName
{
border-color: #063D9D;
}
.TagClassName
{
border-color: #063D9D;
}
</style>