Shades of Medium Blue #0608BA
Tints of Medium Blue #0608BA
RGB
CMYK
RGB Variations
Color information
#0608BA (or 0x0608BA) is known color: Medium Blue. HEX triplet: 06, 08 and BA. RGB value is (6,8,186). Sum of RGB (Red+Green+Blue) = 6+8+186=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 186 (73.05% from 255 or 93% from 200); Max value from RGB is 186 - color contains mainly: blue. Hex color #0608BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0608BA is #F9F745. Grayscale: #1A1A1A. Windows color (decimal): -16381766 or 12191750. OLE color: 12191750.
HSL color Cylindrical-coordinate representation of color #0608BA: hue angle of 239.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0608BA is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 8 | 186 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.27 |
| HSL | 239.33º | 0.94% | 0.38% | - |
| HSV(B) | 239.33º | 0.97% | 0.73% | - |
| XYZ | 9.02 | 3.76 | 46.7 | - |
| YUV | 27.69 | 217.34 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 8 | 186 | 0.97 | 0.96 | 0 | 0.27 | 239.33 | 0.94 | 0.38 |
| Hex | 6 | 8 | BA | 61 | 60 | 0 | 1B | EF | 5E | 26 |
| Octal | 6 | 10 | 272 | 141 | 140 | 0 | 33 | 357 | 136 | 46 |
| Binary | 110 | 1000 | 10111010 | 1100001 | 1100000 | 0 | 11011 | 11101111 | 1011110 | 100110 |
Color Harmonies of #0608BA
Complementary color
Monochromatic Colors of #0608BA
Black with #0608BA
Text Example
Text Example
White with #0608BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0608BA; }
p { color: rgb(6,8,186); }
H1.HeaderClassName
{
color: #0608BA;
}
.AnyTagClassName
{
color: #0608BA;
}
</style>
background-color css
<style>
a { background-color: #0608BA; }
a { background-color: rgb(6,8,186); }
div.DivClassName
{
background-color: #0608BA;
}
.BgClassName
{
background-color: #0608BA;
}
</style>
border-color css
<style>
span { border-color: #0608BA; }
span { border-color: rgb(6,8,186); }
td.TdClassName
{
border-color: #0608BA;
}
.TagClassName
{
border-color: #0608BA;
}
</style>