Shades of Cobalt #06459D
Tints of Cobalt #06459D
RGB
CMYK
RGB Variations
Color information
#06459D (or 0x06459D) is known color: Cobalt. HEX triplet: 06, 45 and 9D. RGB value is (6,69,157). Sum of RGB (Red+Green+Blue) = 6+69+157=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #06459D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06459D is #F9BA62. Grayscale: #3B3B3B. Windows color (decimal): -16366179 or 10306822. OLE color: 10306822.
HSL color Cylindrical-coordinate representation of color #06459D: hue angle of 214.97º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06459D is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 69 | 157 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.38 |
| HSL | 214.97º | 0.93% | 0.32% | - |
| HSV(B) | 214.97º | 0.96% | 0.62% | - |
| XYZ | 8.29 | 6.73 | 32.76 | - |
| YUV | 60.2 | 182.63 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 69 | 157 | 0.96 | 0.56 | 0 | 0.38 | 214.97 | 0.93 | 0.32 |
| Hex | 6 | 45 | 9D | 60 | 38 | 0 | 26 | D7 | 5D | 20 |
| Octal | 6 | 105 | 235 | 140 | 70 | 0 | 46 | 327 | 135 | 40 |
| Binary | 110 | 1000101 | 10011101 | 1100000 | 111000 | 0 | 100110 | 11010111 | 1011101 | 100000 |
Color Harmonies of #06459D
Complementary color
Monochromatic Colors of #06459D
Black with #06459D
Text Example
Text Example
White with #06459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06459D; }
p { color: rgb(6,69,157); }
H1.HeaderClassName
{
color: #06459D;
}
.AnyTagClassName
{
color: #06459D;
}
</style>
background-color css
<style>
a { background-color: #06459D; }
a { background-color: rgb(6,69,157); }
div.DivClassName
{
background-color: #06459D;
}
.BgClassName
{
background-color: #06459D;
}
</style>
border-color css
<style>
span { border-color: #06459D; }
span { border-color: rgb(6,69,157); }
td.TdClassName
{
border-color: #06459D;
}
.TagClassName
{
border-color: #06459D;
}
</style>