Shades of Blue #060AFF
Tints of Blue #060AFF
RGB
CMYK
RGB Variations
Color information
#060AFF (or 0x060AFF) is known color: Blue. HEX triplet: 06, 0A and FF. RGB value is (6,10,255). Sum of RGB (Red+Green+Blue) = 6+10+255=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 255 (100% from 255 or 94.10% from 271); Max value from RGB is 255 - color contains mainly: blue. Hex color #060AFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060AFF is #F9F500. Grayscale: #232323. Windows color (decimal): -16381185 or 16714246. OLE color: 16714246.
HSL color Cylindrical-coordinate representation of color #060AFF: hue angle of 239.04º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #060AFF is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 10 | 255 | - |
| CMYK | 0.98 | 0.96 | 0 | 0 |
| HSL | 239.04º | 1% | 0.51% | - |
| HSV(B) | 239.04º | 0.98% | 1% | - |
| XYZ | 18.23 | 7.48 | 95.09 | - |
| YUV | 36.73 | 251.17 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 255 | 0.98 | 0.96 | 0 | 0 | 239.04 | 1 | 0.51 |
| Hex | 6 | A | FF | 62 | 60 | 0 | 0 | EF | 64 | 33 |
| Octal | 6 | 12 | 377 | 142 | 140 | 0 | 0 | 357 | 144 | 63 |
| Binary | 110 | 1010 | 11111111 | 1100010 | 1100000 | 0 | 0 | 11101111 | 1100100 | 110011 |
Color Harmonies of #060AFF
Complementary color
Monochromatic Colors of #060AFF
Black with #060AFF
Text Example
Text Example
White with #060AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060AFF; }
p { color: rgb(6,10,255); }
H1.HeaderClassName
{
color: #060AFF;
}
.AnyTagClassName
{
color: #060AFF;
}
</style>
background-color css
<style>
a { background-color: #060AFF; }
a { background-color: rgb(6,10,255); }
div.DivClassName
{
background-color: #060AFF;
}
.BgClassName
{
background-color: #060AFF;
}
</style>
border-color css
<style>
span { border-color: #060AFF; }
span { border-color: rgb(6,10,255); }
td.TdClassName
{
border-color: #060AFF;
}
.TagClassName
{
border-color: #060AFF;
}
</style>