Shades of Medium Blue #0604B8
Tints of Medium Blue #0604B8
RGB
CMYK
RGB Variations
Color information
#0604B8 (or 0x0604B8) is known color: Medium Blue. HEX triplet: 06, 04 and B8. RGB value is (6,4,184). Sum of RGB (Red+Green+Blue) = 6+4+184=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 184 (72.27% from 255 or 94.85% from 194); Max value from RGB is 184 - color contains mainly: blue. Hex color #0604B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0604B8 is #F9FB47. Grayscale: #181818. Windows color (decimal): -16382792 or 12059654. OLE color: 12059654.
HSL color Cylindrical-coordinate representation of color #0604B8: hue angle of 240.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0604B8 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 4 | 184 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.28 |
| HSL | 240.67º | 0.96% | 0.37% | - |
| HSV(B) | 240.67º | 0.98% | 0.72% | - |
| XYZ | 8.77 | 3.59 | 45.58 | - |
| YUV | 25.12 | 217.66 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 4 | 184 | 0.97 | 0.98 | 0 | 0.28 | 240.67 | 0.96 | 0.37 |
| Hex | 6 | 4 | B8 | 61 | 62 | 0 | 1C | F1 | 60 | 25 |
| Octal | 6 | 4 | 270 | 141 | 142 | 0 | 34 | 361 | 140 | 45 |
| Binary | 110 | 100 | 10111000 | 1100001 | 1100010 | 0 | 11100 | 11110001 | 1100000 | 100101 |
Color Harmonies of #0604B8
Complementary color
Monochromatic Colors of #0604B8
Black with #0604B8
Text Example
Text Example
White with #0604B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0604B8; }
p { color: rgb(6,4,184); }
H1.HeaderClassName
{
color: #0604B8;
}
.AnyTagClassName
{
color: #0604B8;
}
</style>
background-color css
<style>
a { background-color: #0604B8; }
a { background-color: rgb(6,4,184); }
div.DivClassName
{
background-color: #0604B8;
}
.BgClassName
{
background-color: #0604B8;
}
</style>
border-color css
<style>
span { border-color: #0604B8; }
span { border-color: rgb(6,4,184); }
td.TdClassName
{
border-color: #0604B8;
}
.TagClassName
{
border-color: #0604B8;
}
</style>