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