Shades of Smalt #06388D
Tints of Smalt #06388D
RGB
CMYK
RGB Variations
Color information
#06388D (or 0x06388D) is known color: Smalt. HEX triplet: 06, 38 and 8D. RGB value is (6,56,141). Sum of RGB (Red+Green+Blue) = 6+56+141=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #06388D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06388D is #F9C772. Grayscale: #323232. Windows color (decimal): -16369523 or 9254918. OLE color: 9254918.
HSL color Cylindrical-coordinate representation of color #06388D: hue angle of 217.78º 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 #06388D is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 56 | 141 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.45 |
| HSL | 217.78º | 0.92% | 0.29% | - |
| HSV(B) | 217.78º | 0.96% | 0.55% | - |
| XYZ | 6.3 | 4.79 | 25.79 | - |
| YUV | 50.74 | 178.94 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 141 | 0.96 | 0.60 | 0 | 0.45 | 217.78 | 0.92 | 0.29 |
| Hex | 6 | 38 | 8D | 60 | 3C | 0 | 2D | DA | 5C | 1D |
| Octal | 6 | 70 | 215 | 140 | 74 | 0 | 55 | 332 | 134 | 35 |
| Binary | 110 | 111000 | 10001101 | 1100000 | 111100 | 0 | 101101 | 11011010 | 1011100 | 11101 |
Color Harmonies of #06388D
Complementary color
Monochromatic Colors of #06388D
Black with #06388D
Text Example
Text Example
White with #06388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06388D; }
p { color: rgb(6,56,141); }
H1.HeaderClassName
{
color: #06388D;
}
.AnyTagClassName
{
color: #06388D;
}
</style>
background-color css
<style>
a { background-color: #06388D; }
a { background-color: rgb(6,56,141); }
div.DivClassName
{
background-color: #06388D;
}
.BgClassName
{
background-color: #06388D;
}
</style>
border-color css
<style>
span { border-color: #06388D; }
span { border-color: rgb(6,56,141); }
td.TdClassName
{
border-color: #06388D;
}
.TagClassName
{
border-color: #06388D;
}
</style>