Shades of Cobalt #0649AF
Tints of Cobalt #0649AF
RGB
CMYK
RGB Variations
Color information
#0649AF (or 0x0649AF) is known color: Cobalt. HEX triplet: 06, 49 and AF. RGB value is (6,73,175). Sum of RGB (Red+Green+Blue) = 6+73+175=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #0649AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0649AF is #F9B650. Grayscale: #404040. Windows color (decimal): -16365137 or 11487494. OLE color: 11487494.
HSL color Cylindrical-coordinate representation of color #0649AF: hue angle of 216.21º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0649AF is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 73 | 175 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.31 |
| HSL | 216.21º | 0.93% | 0.35% | - |
| HSV(B) | 216.21º | 0.97% | 0.69% | - |
| XYZ | 10.2 | 7.9 | 41.54 | - |
| YUV | 64.6 | 190.3 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 175 | 0.97 | 0.58 | 0 | 0.31 | 216.21 | 0.93 | 0.35 |
| Hex | 6 | 49 | AF | 61 | 3A | 0 | 1F | D8 | 5D | 23 |
| Octal | 6 | 111 | 257 | 141 | 72 | 0 | 37 | 330 | 135 | 43 |
| Binary | 110 | 1001001 | 10101111 | 1100001 | 111010 | 0 | 11111 | 11011000 | 1011101 | 100011 |
Color Harmonies of #0649AF
Complementary color
Monochromatic Colors of #0649AF
Black with #0649AF
Text Example
Text Example
White with #0649AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0649AF; }
p { color: rgb(6,73,175); }
H1.HeaderClassName
{
color: #0649AF;
}
.AnyTagClassName
{
color: #0649AF;
}
</style>
background-color css
<style>
a { background-color: #0649AF; }
a { background-color: rgb(6,73,175); }
div.DivClassName
{
background-color: #0649AF;
}
.BgClassName
{
background-color: #0649AF;
}
</style>
border-color css
<style>
span { border-color: #0649AF; }
span { border-color: rgb(6,73,175); }
td.TdClassName
{
border-color: #0649AF;
}
.TagClassName
{
border-color: #0649AF;
}
</style>