Shades of Medium Blue #0607DC
Tints of Medium Blue #0607DC
RGB
CMYK
RGB Variations
Color information
#0607DC (or 0x0607DC) is known color: Medium Blue. HEX triplet: 06, 07 and DC. RGB value is (6,7,220). Sum of RGB (Red+Green+Blue) = 6+7+220=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 220 (86.33% from 255 or 94.42% from 233); Max value from RGB is 220 - color contains mainly: blue. Hex color #0607DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0607DC is #F9F823. Grayscale: #1E1E1E. Windows color (decimal): -16381988 or 14419718. OLE color: 14419718.
HSL color Cylindrical-coordinate representation of color #0607DC: hue angle of 239.72º 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 #0607DC is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 7 | 220 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.14 |
| HSL | 239.72º | 0.95% | 0.44% | - |
| HSV(B) | 239.72º | 0.97% | 0.86% | - |
| XYZ | 13.07 | 5.36 | 68.06 | - |
| YUV | 30.98 | 234.67 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 7 | 220 | 0.97 | 0.97 | 0 | 0.14 | 239.72 | 0.95 | 0.44 |
| Hex | 6 | 7 | DC | 61 | 61 | 0 | E | F0 | 5F | 2C |
| Octal | 6 | 7 | 334 | 141 | 141 | 0 | 16 | 360 | 137 | 54 |
| Binary | 110 | 111 | 11011100 | 1100001 | 1100001 | 0 | 1110 | 11110000 | 1011111 | 101100 |
Color Harmonies of #0607DC
Complementary color
Monochromatic Colors of #0607DC
Black with #0607DC
Text Example
Text Example
White with #0607DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0607DC; }
p { color: rgb(6,7,220); }
H1.HeaderClassName
{
color: #0607DC;
}
.AnyTagClassName
{
color: #0607DC;
}
</style>
background-color css
<style>
a { background-color: #0607DC; }
a { background-color: rgb(6,7,220); }
div.DivClassName
{
background-color: #0607DC;
}
.BgClassName
{
background-color: #0607DC;
}
</style>
border-color css
<style>
span { border-color: #0607DC; }
span { border-color: rgb(6,7,220); }
td.TdClassName
{
border-color: #0607DC;
}
.TagClassName
{
border-color: #0607DC;
}
</style>