Shades of Cobalt #064898
Tints of Cobalt #064898
RGB
CMYK
RGB Variations
Color information
#064898 (or 0x064898) is known color: Cobalt. HEX triplet: 06, 48 and 98. RGB value is (6,72,152). Sum of RGB (Red+Green+Blue) = 6+72+152=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 152 (59.77% from 255 or 66.09% from 230); Max value from RGB is 152 - color contains mainly: blue. Hex color #064898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064898 is #F9B767. Grayscale: #3C3C3C. Windows color (decimal): -16365416 or 9979910. OLE color: 9979910.
HSL color Cylindrical-coordinate representation of color #064898: hue angle of 212.88º degrees, saturation: 0.92, 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 #064898 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 72 | 152 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.40 |
| HSL | 212.88º | 0.92% | 0.31% | - |
| HSV(B) | 212.88º | 0.96% | 0.6% | - |
| XYZ | 8.06 | 6.94 | 30.62 | - |
| YUV | 61.39 | 179.13 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 152 | 0.96 | 0.53 | 0 | 0.40 | 212.88 | 0.92 | 0.31 |
| Hex | 6 | 48 | 98 | 60 | 35 | 0 | 28 | D5 | 5C | 1F |
| Octal | 6 | 110 | 230 | 140 | 65 | 0 | 50 | 325 | 134 | 37 |
| Binary | 110 | 1001000 | 10011000 | 1100000 | 110101 | 0 | 101000 | 11010101 | 1011100 | 11111 |
Color Harmonies of #064898
Complementary color
Monochromatic Colors of #064898
Black with #064898
Text Example
Text Example
White with #064898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064898; }
p { color: rgb(6,72,152); }
H1.HeaderClassName
{
color: #064898;
}
.AnyTagClassName
{
color: #064898;
}
</style>
background-color css
<style>
a { background-color: #064898; }
a { background-color: rgb(6,72,152); }
div.DivClassName
{
background-color: #064898;
}
.BgClassName
{
background-color: #064898;
}
</style>
border-color css
<style>
span { border-color: #064898; }
span { border-color: rgb(6,72,152); }
td.TdClassName
{
border-color: #064898;
}
.TagClassName
{
border-color: #064898;
}
</style>