Shades of Blue #060EFE
Tints of Blue #060EFE
RGB
CMYK
RGB Variations
Color information
#060EFE (or 0x060EFE) is known color: Blue. HEX triplet: 06, 0E and FE. RGB value is (6,14,254). Sum of RGB (Red+Green+Blue) = 6+14+254=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 254 (99.61% from 255 or 92.70% from 274); Max value from RGB is 254 - color contains mainly: blue. Hex color #060EFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060EFE is #F9F101. Grayscale: #262626. Windows color (decimal): -16380162 or 16649734. OLE color: 16649734.
HSL color Cylindrical-coordinate representation of color #060EFE: hue angle of 238.06º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #060EFE is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 14 | 254 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.00 |
| HSL | 238.06º | 0.99% | 0.51% | - |
| HSV(B) | 238.06º | 0.98% | 1% | - |
| XYZ | 18.12 | 7.51 | 94.26 | - |
| YUV | 38.97 | 249.35 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 254 | 0.98 | 0.94 | 0 | 0.00 | 238.06 | 0.99 | 0.51 |
| Hex | 6 | E | FE | 62 | 5E | 0 | 0 | EE | 63 | 33 |
| Octal | 6 | 16 | 376 | 142 | 136 | 0 | 0 | 356 | 143 | 63 |
| Binary | 110 | 1110 | 11111110 | 1100010 | 1011110 | 0 | 0 | 11101110 | 1100011 | 110011 |
Color Harmonies of #060EFE
Complementary color
Monochromatic Colors of #060EFE
Black with #060EFE
Text Example
Text Example
White with #060EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060EFE; }
p { color: rgb(6,14,254); }
H1.HeaderClassName
{
color: #060EFE;
}
.AnyTagClassName
{
color: #060EFE;
}
</style>
background-color css
<style>
a { background-color: #060EFE; }
a { background-color: rgb(6,14,254); }
div.DivClassName
{
background-color: #060EFE;
}
.BgClassName
{
background-color: #060EFE;
}
</style>
border-color css
<style>
span { border-color: #060EFE; }
span { border-color: rgb(6,14,254); }
td.TdClassName
{
border-color: #060EFE;
}
.TagClassName
{
border-color: #060EFE;
}
</style>