Shades of Blue #060CE8
Tints of Blue #060CE8
RGB
CMYK
RGB Variations
Color information
#060CE8 (or 0x060CE8) is known color: Blue. HEX triplet: 06, 0C and E8. RGB value is (6,12,232). Sum of RGB (Red+Green+Blue) = 6+12+232=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 232 (91.02% from 255 or 92.8% from 250); Max value from RGB is 232 - color contains mainly: blue. Hex color #060CE8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060CE8 is #F9F317. Grayscale: #222222. Windows color (decimal): -16380696 or 15207430. OLE color: 15207430.
HSL color Cylindrical-coordinate representation of color #060CE8: hue angle of 238.41º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060CE8 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 12 | 232 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.09 |
| HSL | 238.41º | 0.95% | 0.47% | - |
| HSV(B) | 238.41º | 0.97% | 0.91% | - |
| XYZ | 14.77 | 6.13 | 76.75 | - |
| YUV | 35.29 | 239.01 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 232 | 0.97 | 0.95 | 0 | 0.09 | 238.41 | 0.95 | 0.47 |
| Hex | 6 | C | E8 | 61 | 5F | 0 | 9 | EE | 5F | 2F |
| Octal | 6 | 14 | 350 | 141 | 137 | 0 | 11 | 356 | 137 | 57 |
| Binary | 110 | 1100 | 11101000 | 1100001 | 1011111 | 0 | 1001 | 11101110 | 1011111 | 101111 |
Color Harmonies of #060CE8
Complementary color
Monochromatic Colors of #060CE8
Black with #060CE8
Text Example
Text Example
White with #060CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060CE8; }
p { color: rgb(6,12,232); }
H1.HeaderClassName
{
color: #060CE8;
}
.AnyTagClassName
{
color: #060CE8;
}
</style>
background-color css
<style>
a { background-color: #060CE8; }
a { background-color: rgb(6,12,232); }
div.DivClassName
{
background-color: #060CE8;
}
.BgClassName
{
background-color: #060CE8;
}
</style>
border-color css
<style>
span { border-color: #060CE8; }
span { border-color: rgb(6,12,232); }
td.TdClassName
{
border-color: #060CE8;
}
.TagClassName
{
border-color: #060CE8;
}
</style>