Shades of Cobalt #06489C
Tints of Cobalt #06489C
RGB
CMYK
RGB Variations
Color information
#06489C (or 0x06489C) is known color: Cobalt. HEX triplet: 06, 48 and 9C. RGB value is (6,72,156). Sum of RGB (Red+Green+Blue) = 6+72+156=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #06489C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06489C is #F9B763. Grayscale: #3D3D3D. Windows color (decimal): -16365412 or 10242054. OLE color: 10242054.
HSL color Cylindrical-coordinate representation of color #06489C: hue angle of 213.6º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06489C is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 72 | 156 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.39 |
| HSL | 213.6º | 0.93% | 0.32% | - |
| HSV(B) | 213.6º | 0.96% | 0.61% | - |
| XYZ | 8.39 | 7.07 | 32.38 | - |
| YUV | 61.84 | 181.13 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 156 | 0.96 | 0.54 | 0 | 0.39 | 213.6 | 0.93 | 0.32 |
| Hex | 6 | 48 | 9C | 60 | 36 | 0 | 27 | D6 | 5D | 20 |
| Octal | 6 | 110 | 234 | 140 | 66 | 0 | 47 | 326 | 135 | 40 |
| Binary | 110 | 1001000 | 10011100 | 1100000 | 110110 | 0 | 100111 | 11010110 | 1011101 | 100000 |
Color Harmonies of #06489C
Complementary color
Monochromatic Colors of #06489C
Black with #06489C
Text Example
Text Example
White with #06489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06489C; }
p { color: rgb(6,72,156); }
H1.HeaderClassName
{
color: #06489C;
}
.AnyTagClassName
{
color: #06489C;
}
</style>
background-color css
<style>
a { background-color: #06489C; }
a { background-color: rgb(6,72,156); }
div.DivClassName
{
background-color: #06489C;
}
.BgClassName
{
background-color: #06489C;
}
</style>
border-color css
<style>
span { border-color: #06489C; }
span { border-color: rgb(6,72,156); }
td.TdClassName
{
border-color: #06489C;
}
.TagClassName
{
border-color: #06489C;
}
</style>