Shades of Medium Blue #0600BC
Tints of Medium Blue #0600BC
RGB
CMYK
RGB Variations
Color information
#0600BC (or 0x0600BC) is known color: Medium Blue. HEX triplet: 06, 00 and BC. RGB value is (6,0,188). Sum of RGB (Red+Green+Blue) = 6+0+188=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 188 (73.83% from 255 or 96.91% from 194); Max value from RGB is 188 - color contains mainly: blue. Hex color #0600BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0600BC is #F9FF43. Grayscale: #161616. Windows color (decimal): -16383812 or 12320774. OLE color: 12320774.
HSL color Cylindrical-coordinate representation of color #0600BC: hue angle of 241.91º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0600BC is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 0 | 188 | - |
| CMYK | 0.97 | 1 | 0 | 0.26 |
| HSL | 241.91º | 1% | 0.37% | - |
| HSV(B) | 241.91º | 1% | 0.74% | - |
| XYZ | 9.15 | 3.67 | 47.8 | - |
| YUV | 23.23 | 220.99 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 188 | 0.97 | 1 | 0 | 0.26 | 241.91 | 1 | 0.37 |
| Hex | 6 | 0 | BC | 61 | 64 | 0 | 1A | F2 | 64 | 25 |
| Octal | 6 | 0 | 274 | 141 | 144 | 0 | 32 | 362 | 144 | 45 |
| Binary | 110 | 0 | 10111100 | 1100001 | 1100100 | 0 | 11010 | 11110010 | 1100100 | 100101 |
Color Harmonies of #0600BC
Complementary color
Monochromatic Colors of #0600BC
Black with #0600BC
Text Example
Text Example
White with #0600BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0600BC; }
p { color: rgb(6,0,188); }
H1.HeaderClassName
{
color: #0600BC;
}
.AnyTagClassName
{
color: #0600BC;
}
</style>
background-color css
<style>
a { background-color: #0600BC; }
a { background-color: rgb(6,0,188); }
div.DivClassName
{
background-color: #0600BC;
}
.BgClassName
{
background-color: #0600BC;
}
</style>
border-color css
<style>
span { border-color: #0600BC; }
span { border-color: rgb(6,0,188); }
td.TdClassName
{
border-color: #0600BC;
}
.TagClassName
{
border-color: #0600BC;
}
</style>