Shades of Medium Blue #0609BC
Tints of Medium Blue #0609BC
RGB
CMYK
RGB Variations
Color information
#0609BC (or 0x0609BC) is known color: Medium Blue. HEX triplet: 06, 09 and BC. RGB value is (6,9,188). Sum of RGB (Red+Green+Blue) = 6+9+188=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 188 (73.83% from 255 or 92.61% from 203); Max value from RGB is 188 - color contains mainly: blue. Hex color #0609BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0609BC is #F9F643. Grayscale: #1B1B1B. Windows color (decimal): -16381508 or 12323078. OLE color: 12323078.
HSL color Cylindrical-coordinate representation of color #0609BC: hue angle of 239.01º 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 #0609BC is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 9 | 188 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.26 |
| HSL | 239.01º | 0.94% | 0.38% | - |
| HSV(B) | 239.01º | 0.97% | 0.74% | - |
| XYZ | 9.25 | 3.86 | 47.84 | - |
| YUV | 28.51 | 218.01 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 9 | 188 | 0.97 | 0.95 | 0 | 0.26 | 239.01 | 0.94 | 0.38 |
| Hex | 6 | 9 | BC | 61 | 5F | 0 | 1A | EF | 5E | 26 |
| Octal | 6 | 11 | 274 | 141 | 137 | 0 | 32 | 357 | 136 | 46 |
| Binary | 110 | 1001 | 10111100 | 1100001 | 1011111 | 0 | 11010 | 11101111 | 1011110 | 100110 |
Color Harmonies of #0609BC
Complementary color
Monochromatic Colors of #0609BC
Black with #0609BC
Text Example
Text Example
White with #0609BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0609BC; }
p { color: rgb(6,9,188); }
H1.HeaderClassName
{
color: #0609BC;
}
.AnyTagClassName
{
color: #0609BC;
}
</style>
background-color css
<style>
a { background-color: #0609BC; }
a { background-color: rgb(6,9,188); }
div.DivClassName
{
background-color: #0609BC;
}
.BgClassName
{
background-color: #0609BC;
}
</style>
border-color css
<style>
span { border-color: #0609BC; }
span { border-color: rgb(6,9,188); }
td.TdClassName
{
border-color: #0609BC;
}
.TagClassName
{
border-color: #0609BC;
}
</style>