Shades of Smalt #063C8C
Tints of Smalt #063C8C
RGB
CMYK
RGB Variations
Color information
#063C8C (or 0x063C8C) is known color: Smalt. HEX triplet: 06, 3C and 8C. RGB value is (6,60,140). Sum of RGB (Red+Green+Blue) = 6+60+140=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #063C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063C8C is #F9C373. Grayscale: #343434. Windows color (decimal): -16368500 or 9190406. OLE color: 9190406.
HSL color Cylindrical-coordinate representation of color #063C8C: hue angle of 215.82º 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 #063C8C is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 60 | 140 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.45 |
| HSL | 215.82º | 0.92% | 0.29% | - |
| HSV(B) | 215.82º | 0.96% | 0.55% | - |
| XYZ | 6.42 | 5.16 | 25.47 | - |
| YUV | 52.97 | 177.11 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 140 | 0.96 | 0.57 | 0 | 0.45 | 215.82 | 0.92 | 0.29 |
| Hex | 6 | 3C | 8C | 60 | 39 | 0 | 2D | D8 | 5C | 1D |
| Octal | 6 | 74 | 214 | 140 | 71 | 0 | 55 | 330 | 134 | 35 |
| Binary | 110 | 111100 | 10001100 | 1100000 | 111001 | 0 | 101101 | 11011000 | 1011100 | 11101 |
Color Harmonies of #063C8C
Complementary color
Monochromatic Colors of #063C8C
Black with #063C8C
Text Example
Text Example
White with #063C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C8C; }
p { color: rgb(6,60,140); }
H1.HeaderClassName
{
color: #063C8C;
}
.AnyTagClassName
{
color: #063C8C;
}
</style>
background-color css
<style>
a { background-color: #063C8C; }
a { background-color: rgb(6,60,140); }
div.DivClassName
{
background-color: #063C8C;
}
.BgClassName
{
background-color: #063C8C;
}
</style>
border-color css
<style>
span { border-color: #063C8C; }
span { border-color: rgb(6,60,140); }
td.TdClassName
{
border-color: #063C8C;
}
.TagClassName
{
border-color: #063C8C;
}
</style>