Shades of Cobalt #06459C
Tints of Cobalt #06459C
RGB
CMYK
RGB Variations
Color information
#06459C (or 0x06459C) is known color: Cobalt. HEX triplet: 06, 45 and 9C. RGB value is (6,69,156). Sum of RGB (Red+Green+Blue) = 6+69+156=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #06459C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06459C is #F9BA63. Grayscale: #3B3B3B. Windows color (decimal): -16366180 or 10241286. OLE color: 10241286.
HSL color Cylindrical-coordinate representation of color #06459C: hue angle of 214.8º 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 #06459C is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 69 | 156 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.39 |
| HSL | 214.8º | 0.93% | 0.32% | - |
| HSV(B) | 214.8º | 0.96% | 0.61% | - |
| XYZ | 8.2 | 6.7 | 32.31 | - |
| YUV | 60.08 | 182.13 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 69 | 156 | 0.96 | 0.56 | 0 | 0.39 | 214.8 | 0.93 | 0.32 |
| Hex | 6 | 45 | 9C | 60 | 38 | 0 | 27 | D7 | 5D | 20 |
| Octal | 6 | 105 | 234 | 140 | 70 | 0 | 47 | 327 | 135 | 40 |
| Binary | 110 | 1000101 | 10011100 | 1100000 | 111000 | 0 | 100111 | 11010111 | 1011101 | 100000 |
Color Harmonies of #06459C
Complementary color
Monochromatic Colors of #06459C
Black with #06459C
Text Example
Text Example
White with #06459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06459C; }
p { color: rgb(6,69,156); }
H1.HeaderClassName
{
color: #06459C;
}
.AnyTagClassName
{
color: #06459C;
}
</style>
background-color css
<style>
a { background-color: #06459C; }
a { background-color: rgb(6,69,156); }
div.DivClassName
{
background-color: #06459C;
}
.BgClassName
{
background-color: #06459C;
}
</style>
border-color css
<style>
span { border-color: #06459C; }
span { border-color: rgb(6,69,156); }
td.TdClassName
{
border-color: #06459C;
}
.TagClassName
{
border-color: #06459C;
}
</style>