Shades of Medium Blue #0609DC
Tints of Medium Blue #0609DC
RGB
CMYK
RGB Variations
Color information
#0609DC (or 0x0609DC) is known color: Medium Blue. HEX triplet: 06, 09 and DC. RGB value is (6,9,220). Sum of RGB (Red+Green+Blue) = 6+9+220=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 220 (86.33% from 255 or 93.62% from 235); Max value from RGB is 220 - color contains mainly: blue. Hex color #0609DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0609DC is #F9F623. Grayscale: #1F1F1F. Windows color (decimal): -16381476 or 14420230. OLE color: 14420230.
HSL color Cylindrical-coordinate representation of color #0609DC: hue angle of 239.16º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0609DC is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 9 | 220 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.14 |
| HSL | 239.16º | 0.95% | 0.44% | - |
| HSV(B) | 239.16º | 0.97% | 0.86% | - |
| XYZ | 13.09 | 5.4 | 68.06 | - |
| YUV | 32.16 | 234.01 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 9 | 220 | 0.97 | 0.96 | 0 | 0.14 | 239.16 | 0.95 | 0.44 |
| Hex | 6 | 9 | DC | 61 | 60 | 0 | E | EF | 5F | 2C |
| Octal | 6 | 11 | 334 | 141 | 140 | 0 | 16 | 357 | 137 | 54 |
| Binary | 110 | 1001 | 11011100 | 1100001 | 1100000 | 0 | 1110 | 11101111 | 1011111 | 101100 |
Color Harmonies of #0609DC
Complementary color
Monochromatic Colors of #0609DC
Black with #0609DC
Text Example
Text Example
White with #0609DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0609DC; }
p { color: rgb(6,9,220); }
H1.HeaderClassName
{
color: #0609DC;
}
.AnyTagClassName
{
color: #0609DC;
}
</style>
background-color css
<style>
a { background-color: #0609DC; }
a { background-color: rgb(6,9,220); }
div.DivClassName
{
background-color: #0609DC;
}
.BgClassName
{
background-color: #0609DC;
}
</style>
border-color css
<style>
span { border-color: #0609DC; }
span { border-color: rgb(6,9,220); }
td.TdClassName
{
border-color: #0609DC;
}
.TagClassName
{
border-color: #0609DC;
}
</style>