Shades of Medium Blue #0608BD
Tints of Medium Blue #0608BD
RGB
CMYK
RGB Variations
Color information
#0608BD (or 0x0608BD) is known color: Medium Blue. HEX triplet: 06, 08 and BD. RGB value is (6,8,189). Sum of RGB (Red+Green+Blue) = 6+8+189=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 189 (74.22% from 255 or 93.10% from 203); Max value from RGB is 189 - color contains mainly: blue. Hex color #0608BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0608BD is #F9F742. Grayscale: #1B1B1B. Windows color (decimal): -16381763 or 12388358. OLE color: 12388358.
HSL color Cylindrical-coordinate representation of color #0608BD: hue angle of 239.34º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0608BD is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 8 | 189 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.26 |
| HSL | 239.34º | 0.94% | 0.38% | - |
| HSV(B) | 239.34º | 0.97% | 0.74% | - |
| XYZ | 9.35 | 3.89 | 48.4 | - |
| YUV | 28.04 | 218.84 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 8 | 189 | 0.97 | 0.96 | 0 | 0.26 | 239.34 | 0.94 | 0.38 |
| Hex | 6 | 8 | BD | 61 | 60 | 0 | 1A | EF | 5E | 26 |
| Octal | 6 | 10 | 275 | 141 | 140 | 0 | 32 | 357 | 136 | 46 |
| Binary | 110 | 1000 | 10111101 | 1100001 | 1100000 | 0 | 11010 | 11101111 | 1011110 | 100110 |
Color Harmonies of #0608BD
Complementary color
Monochromatic Colors of #0608BD
Black with #0608BD
Text Example
Text Example
White with #0608BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0608BD; }
p { color: rgb(6,8,189); }
H1.HeaderClassName
{
color: #0608BD;
}
.AnyTagClassName
{
color: #0608BD;
}
</style>
background-color css
<style>
a { background-color: #0608BD; }
a { background-color: rgb(6,8,189); }
div.DivClassName
{
background-color: #0608BD;
}
.BgClassName
{
background-color: #0608BD;
}
</style>
border-color css
<style>
span { border-color: #0608BD; }
span { border-color: rgb(6,8,189); }
td.TdClassName
{
border-color: #0608BD;
}
.TagClassName
{
border-color: #0608BD;
}
</style>