Shades of Medium Blue #0607BD
Tints of Medium Blue #0607BD
RGB
CMYK
RGB Variations
Color information
#0607BD (or 0x0607BD) is known color: Medium Blue. HEX triplet: 06, 07 and BD. RGB value is (6,7,189). Sum of RGB (Red+Green+Blue) = 6+7+189=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 189 (74.22% from 255 or 93.56% from 202); Max value from RGB is 189 - color contains mainly: blue. Hex color #0607BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0607BD is #F9F842. Grayscale: #1A1A1A. Windows color (decimal): -16382019 or 12388102. OLE color: 12388102.
HSL color Cylindrical-coordinate representation of color #0607BD: hue angle of 239.67º 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 #0607BD is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 7 | 189 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.26 |
| HSL | 239.67º | 0.94% | 0.38% | - |
| HSV(B) | 239.67º | 0.97% | 0.74% | - |
| XYZ | 9.34 | 3.86 | 48.4 | - |
| YUV | 27.45 | 219.17 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 7 | 189 | 0.97 | 0.96 | 0 | 0.26 | 239.67 | 0.94 | 0.38 |
| Hex | 6 | 7 | BD | 61 | 60 | 0 | 1A | F0 | 5E | 26 |
| Octal | 6 | 7 | 275 | 141 | 140 | 0 | 32 | 360 | 136 | 46 |
| Binary | 110 | 111 | 10111101 | 1100001 | 1100000 | 0 | 11010 | 11110000 | 1011110 | 100110 |
Color Harmonies of #0607BD
Complementary color
Monochromatic Colors of #0607BD
Black with #0607BD
Text Example
Text Example
White with #0607BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0607BD; }
p { color: rgb(6,7,189); }
H1.HeaderClassName
{
color: #0607BD;
}
.AnyTagClassName
{
color: #0607BD;
}
</style>
background-color css
<style>
a { background-color: #0607BD; }
a { background-color: rgb(6,7,189); }
div.DivClassName
{
background-color: #0607BD;
}
.BgClassName
{
background-color: #0607BD;
}
</style>
border-color css
<style>
span { border-color: #0607BD; }
span { border-color: rgb(6,7,189); }
td.TdClassName
{
border-color: #0607BD;
}
.TagClassName
{
border-color: #0607BD;
}
</style>