Shades of Blue #0610F2
Tints of Blue #0610F2
RGB
CMYK
RGB Variations
Color information
#0610F2 (or 0x0610F2) is known color: Blue. HEX triplet: 06, 10 and F2. RGB value is (6,16,242). Sum of RGB (Red+Green+Blue) = 6+16+242=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 242 (94.92% from 255 or 91.67% from 264); Max value from RGB is 242 - color contains mainly: blue. Hex color #0610F2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0610F2 is #F9EF0D. Grayscale: #252525. Windows color (decimal): -16379662 or 15863814. OLE color: 15863814.
HSL color Cylindrical-coordinate representation of color #0610F2: hue angle of 237.46º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0610F2 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 16 | 242 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.05 |
| HSL | 237.46º | 0.95% | 0.49% | - |
| HSV(B) | 237.46º | 0.98% | 0.95% | - |
| XYZ | 16.29 | 6.82 | 84.46 | - |
| YUV | 38.77 | 242.69 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 242 | 0.98 | 0.93 | 0 | 0.05 | 237.46 | 0.95 | 0.49 |
| Hex | 6 | 10 | F2 | 62 | 5D | 0 | 5 | ED | 5F | 31 |
| Octal | 6 | 20 | 362 | 142 | 135 | 0 | 5 | 355 | 137 | 61 |
| Binary | 110 | 10000 | 11110010 | 1100010 | 1011101 | 0 | 101 | 11101101 | 1011111 | 110001 |
Color Harmonies of #0610F2
Complementary color
Monochromatic Colors of #0610F2
Black with #0610F2
Text Example
Text Example
White with #0610F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0610F2; }
p { color: rgb(6,16,242); }
H1.HeaderClassName
{
color: #0610F2;
}
.AnyTagClassName
{
color: #0610F2;
}
</style>
background-color css
<style>
a { background-color: #0610F2; }
a { background-color: rgb(6,16,242); }
div.DivClassName
{
background-color: #0610F2;
}
.BgClassName
{
background-color: #0610F2;
}
</style>
border-color css
<style>
span { border-color: #0610F2; }
span { border-color: rgb(6,16,242); }
td.TdClassName
{
border-color: #0610F2;
}
.TagClassName
{
border-color: #0610F2;
}
</style>