Shades of Cobalt #06459A
Tints of Cobalt #06459A
RGB
CMYK
RGB Variations
Color information
#06459A (or 0x06459A) is known color: Cobalt. HEX triplet: 06, 45 and 9A. RGB value is (6,69,154). Sum of RGB (Red+Green+Blue) = 6+69+154=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 154 (60.55% from 255 or 67.25% from 229); Max value from RGB is 154 - color contains mainly: blue. Hex color #06459A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06459A is #F9BA65. Grayscale: #3B3B3B. Windows color (decimal): -16366182 or 10110214. OLE color: 10110214.
HSL color Cylindrical-coordinate representation of color #06459A: hue angle of 214.46º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06459A is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 69 | 154 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.40 |
| HSL | 214.46º | 0.93% | 0.31% | - |
| HSV(B) | 214.46º | 0.96% | 0.6% | - |
| XYZ | 8.04 | 6.63 | 31.43 | - |
| YUV | 59.85 | 181.13 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 69 | 154 | 0.96 | 0.55 | 0 | 0.40 | 214.46 | 0.93 | 0.31 |
| Hex | 6 | 45 | 9A | 60 | 37 | 0 | 28 | D6 | 5C | 1F |
| Octal | 6 | 105 | 232 | 140 | 67 | 0 | 50 | 326 | 134 | 37 |
| Binary | 110 | 1000101 | 10011010 | 1100000 | 110111 | 0 | 101000 | 11010110 | 1011100 | 11111 |
Color Harmonies of #06459A
Complementary color
Monochromatic Colors of #06459A
Black with #06459A
Text Example
Text Example
White with #06459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06459A; }
p { color: rgb(6,69,154); }
H1.HeaderClassName
{
color: #06459A;
}
.AnyTagClassName
{
color: #06459A;
}
</style>
background-color css
<style>
a { background-color: #06459A; }
a { background-color: rgb(6,69,154); }
div.DivClassName
{
background-color: #06459A;
}
.BgClassName
{
background-color: #06459A;
}
</style>
border-color css
<style>
span { border-color: #06459A; }
span { border-color: rgb(6,69,154); }
td.TdClassName
{
border-color: #06459A;
}
.TagClassName
{
border-color: #06459A;
}
</style>