Shades of Smalt #06288A
Tints of Smalt #06288A
RGB
CMYK
RGB Variations
Color information
#06288A (or 0x06288A) is known color: Smalt. HEX triplet: 06, 28 and 8A. RGB value is (6,40,138). Sum of RGB (Red+Green+Blue) = 6+40+138=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 138 (54.30% from 255 or 75% from 184); Max value from RGB is 138 - color contains mainly: blue. Hex color #06288A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06288A is #F9D775. Grayscale: #282828. Windows color (decimal): -16373622 or 9054214. OLE color: 9054214.
HSL color Cylindrical-coordinate representation of color #06288A: hue angle of 224.55º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06288A is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 40 | 138 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.46 |
| HSL | 224.55º | 0.92% | 0.28% | - |
| HSV(B) | 224.55º | 0.96% | 0.54% | - |
| XYZ | 5.42 | 3.39 | 24.41 | - |
| YUV | 41.01 | 182.74 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 138 | 0.96 | 0.71 | 0 | 0.46 | 224.55 | 0.92 | 0.28 |
| Hex | 6 | 28 | 8A | 60 | 47 | 0 | 2E | E1 | 5C | 1C |
| Octal | 6 | 50 | 212 | 140 | 107 | 0 | 56 | 341 | 134 | 34 |
| Binary | 110 | 101000 | 10001010 | 1100000 | 1000111 | 0 | 101110 | 11100001 | 1011100 | 11100 |
Color Harmonies of #06288A
Complementary color
Monochromatic Colors of #06288A
Black with #06288A
Text Example
Text Example
White with #06288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06288A; }
p { color: rgb(6,40,138); }
H1.HeaderClassName
{
color: #06288A;
}
.AnyTagClassName
{
color: #06288A;
}
</style>
background-color css
<style>
a { background-color: #06288A; }
a { background-color: rgb(6,40,138); }
div.DivClassName
{
background-color: #06288A;
}
.BgClassName
{
background-color: #06288A;
}
</style>
border-color css
<style>
span { border-color: #06288A; }
span { border-color: rgb(6,40,138); }
td.TdClassName
{
border-color: #06288A;
}
.TagClassName
{
border-color: #06288A;
}
</style>