Shades of Blue #060EFF
Tints of Blue #060EFF
RGB
CMYK
RGB Variations
Color information
#060EFF (or 0x060EFF) is known color: Blue. HEX triplet: 06, 0E and FF. RGB value is (6,14,255). Sum of RGB (Red+Green+Blue) = 6+14+255=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 255 (100% from 255 or 92.73% from 275); Max value from RGB is 255 - color contains mainly: blue. Hex color #060EFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060EFF is #F9F100. Grayscale: #262626. Windows color (decimal): -16380161 or 16715270. OLE color: 16715270.
HSL color Cylindrical-coordinate representation of color #060EFF: hue angle of 238.07º 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 #060EFF is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 14 | 255 | - |
| CMYK | 0.98 | 0.95 | 0 | 0 |
| HSL | 238.07º | 1% | 0.51% | - |
| HSV(B) | 238.07º | 0.98% | 1% | - |
| XYZ | 18.28 | 7.57 | 95.11 | - |
| YUV | 39.08 | 249.85 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 255 | 0.98 | 0.95 | 0 | 0 | 238.07 | 1 | 0.51 |
| Hex | 6 | E | FF | 62 | 5F | 0 | 0 | EE | 64 | 33 |
| Octal | 6 | 16 | 377 | 142 | 137 | 0 | 0 | 356 | 144 | 63 |
| Binary | 110 | 1110 | 11111111 | 1100010 | 1011111 | 0 | 0 | 11101110 | 1100100 | 110011 |
Color Harmonies of #060EFF
Complementary color
Monochromatic Colors of #060EFF
Black with #060EFF
Text Example
Text Example
White with #060EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060EFF; }
p { color: rgb(6,14,255); }
H1.HeaderClassName
{
color: #060EFF;
}
.AnyTagClassName
{
color: #060EFF;
}
</style>
background-color css
<style>
a { background-color: #060EFF; }
a { background-color: rgb(6,14,255); }
div.DivClassName
{
background-color: #060EFF;
}
.BgClassName
{
background-color: #060EFF;
}
</style>
border-color css
<style>
span { border-color: #060EFF; }
span { border-color: rgb(6,14,255); }
td.TdClassName
{
border-color: #060EFF;
}
.TagClassName
{
border-color: #060EFF;
}
</style>