Shades of Medium Blue #0610DA
Tints of Medium Blue #0610DA
RGB
CMYK
RGB Variations
Color information
#0610DA (or 0x0610DA) is known color: Medium Blue. HEX triplet: 06, 10 and DA. RGB value is (6,16,218). Sum of RGB (Red+Green+Blue) = 6+16+218=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 218 (85.55% from 255 or 90.83% from 240); Max value from RGB is 218 - color contains mainly: blue. Hex color #0610DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0610DA is #F9EF25. Grayscale: #232323. Windows color (decimal): -16379686 or 14290950. OLE color: 14290950.
HSL color Cylindrical-coordinate representation of color #0610DA: hue angle of 237.17º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0610DA is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 16 | 218 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.15 |
| HSL | 237.17º | 0.95% | 0.44% | - |
| HSV(B) | 237.17º | 0.97% | 0.85% | - |
| XYZ | 12.92 | 5.47 | 66.71 | - |
| YUV | 36.04 | 230.69 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 218 | 0.97 | 0.93 | 0 | 0.15 | 237.17 | 0.95 | 0.44 |
| Hex | 6 | 10 | DA | 61 | 5D | 0 | F | ED | 5F | 2C |
| Octal | 6 | 20 | 332 | 141 | 135 | 0 | 17 | 355 | 137 | 54 |
| Binary | 110 | 10000 | 11011010 | 1100001 | 1011101 | 0 | 1111 | 11101101 | 1011111 | 101100 |
Color Harmonies of #0610DA
Complementary color
Monochromatic Colors of #0610DA
Black with #0610DA
Text Example
Text Example
White with #0610DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0610DA; }
p { color: rgb(6,16,218); }
H1.HeaderClassName
{
color: #0610DA;
}
.AnyTagClassName
{
color: #0610DA;
}
</style>
background-color css
<style>
a { background-color: #0610DA; }
a { background-color: rgb(6,16,218); }
div.DivClassName
{
background-color: #0610DA;
}
.BgClassName
{
background-color: #0610DA;
}
</style>
border-color css
<style>
span { border-color: #0610DA; }
span { border-color: rgb(6,16,218); }
td.TdClassName
{
border-color: #0610DA;
}
.TagClassName
{
border-color: #0610DA;
}
</style>