Shades of Blue #0610F9
Tints of Blue #0610F9
RGB
CMYK
RGB Variations
Color information
#0610F9 (or 0x0610F9) is known color: Blue. HEX triplet: 06, 10 and F9. RGB value is (6,16,249). Sum of RGB (Red+Green+Blue) = 6+16+249=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 249 (97.66% from 255 or 91.88% from 271); Max value from RGB is 249 - color contains mainly: blue. Hex color #0610F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0610F9 is #F9EF06. Grayscale: #262626. Windows color (decimal): -16379655 or 16322566. OLE color: 16322566.
HSL color Cylindrical-coordinate representation of color #0610F9: hue angle of 237.53º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0610F9 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 16 | 249 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.02 |
| HSL | 237.53º | 0.95% | 0.5% | - |
| HSV(B) | 237.53º | 0.98% | 0.98% | - |
| XYZ | 17.36 | 7.25 | 90.11 | - |
| YUV | 39.57 | 246.19 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 249 | 0.98 | 0.94 | 0 | 0.02 | 237.53 | 0.95 | 0.5 |
| Hex | 6 | 10 | F9 | 62 | 5E | 0 | 2 | EE | 5F | 32 |
| Octal | 6 | 20 | 371 | 142 | 136 | 0 | 2 | 356 | 137 | 62 |
| Binary | 110 | 10000 | 11111001 | 1100010 | 1011110 | 0 | 10 | 11101110 | 1011111 | 110010 |
Color Harmonies of #0610F9
Complementary color
Monochromatic Colors of #0610F9
Black with #0610F9
Text Example
Text Example
White with #0610F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0610F9; }
p { color: rgb(6,16,249); }
H1.HeaderClassName
{
color: #0610F9;
}
.AnyTagClassName
{
color: #0610F9;
}
</style>
background-color css
<style>
a { background-color: #0610F9; }
a { background-color: rgb(6,16,249); }
div.DivClassName
{
background-color: #0610F9;
}
.BgClassName
{
background-color: #0610F9;
}
</style>
border-color css
<style>
span { border-color: #0610F9; }
span { border-color: rgb(6,16,249); }
td.TdClassName
{
border-color: #0610F9;
}
.TagClassName
{
border-color: #0610F9;
}
</style>