Shades of Smalt #063D8D
Tints of Smalt #063D8D
RGB
CMYK
RGB Variations
Color information
#063D8D (or 0x063D8D) is known color: Smalt. HEX triplet: 06, 3D and 8D. RGB value is (6,61,141). Sum of RGB (Red+Green+Blue) = 6+61+141=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #063D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063D8D is #F9C272. Grayscale: #353535. Windows color (decimal): -16368243 or 9256198. OLE color: 9256198.
HSL color Cylindrical-coordinate representation of color #063D8D: hue angle of 215.56º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063D8D is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 61 | 141 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.45 |
| HSL | 215.56º | 0.92% | 0.29% | - |
| HSV(B) | 215.56º | 0.96% | 0.55% | - |
| XYZ | 6.55 | 5.3 | 25.88 | - |
| YUV | 53.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 141 | 0.96 | 0.57 | 0 | 0.45 | 215.56 | 0.92 | 0.29 |
| Hex | 6 | 3D | 8D | 60 | 39 | 0 | 2D | D8 | 5C | 1D |
| Octal | 6 | 75 | 215 | 140 | 71 | 0 | 55 | 330 | 134 | 35 |
| Binary | 110 | 111101 | 10001101 | 1100000 | 111001 | 0 | 101101 | 11011000 | 1011100 | 11101 |
Color Harmonies of #063D8D
Complementary color
Monochromatic Colors of #063D8D
Black with #063D8D
Text Example
Text Example
White with #063D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D8D; }
p { color: rgb(6,61,141); }
H1.HeaderClassName
{
color: #063D8D;
}
.AnyTagClassName
{
color: #063D8D;
}
</style>
background-color css
<style>
a { background-color: #063D8D; }
a { background-color: rgb(6,61,141); }
div.DivClassName
{
background-color: #063D8D;
}
.BgClassName
{
background-color: #063D8D;
}
</style>
border-color css
<style>
span { border-color: #063D8D; }
span { border-color: rgb(6,61,141); }
td.TdClassName
{
border-color: #063D8D;
}
.TagClassName
{
border-color: #063D8D;
}
</style>