Shades of Blue #060CED
Tints of Blue #060CED
RGB
CMYK
RGB Variations
Color information
#060CED (or 0x060CED) is known color: Blue. HEX triplet: 06, 0C and ED. RGB value is (6,12,237). Sum of RGB (Red+Green+Blue) = 6+12+237=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 237 (92.97% from 255 or 92.94% from 255); Max value from RGB is 237 - color contains mainly: blue. Hex color #060CED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060CED is #F9F312. Grayscale: #222222. Windows color (decimal): -16380691 or 15535110. OLE color: 15535110.
HSL color Cylindrical-coordinate representation of color #060CED: hue angle of 238.44º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060CED is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 12 | 237 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.07 |
| HSL | 238.44º | 0.95% | 0.48% | - |
| HSV(B) | 238.44º | 0.97% | 0.93% | - |
| XYZ | 15.49 | 6.42 | 80.54 | - |
| YUV | 35.86 | 241.51 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 237 | 0.97 | 0.95 | 0 | 0.07 | 238.44 | 0.95 | 0.48 |
| Hex | 6 | C | ED | 61 | 5F | 0 | 7 | EE | 5F | 30 |
| Octal | 6 | 14 | 355 | 141 | 137 | 0 | 7 | 356 | 137 | 60 |
| Binary | 110 | 1100 | 11101101 | 1100001 | 1011111 | 0 | 111 | 11101110 | 1011111 | 110000 |
Color Harmonies of #060CED
Complementary color
Monochromatic Colors of #060CED
Black with #060CED
Text Example
Text Example
White with #060CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060CED; }
p { color: rgb(6,12,237); }
H1.HeaderClassName
{
color: #060CED;
}
.AnyTagClassName
{
color: #060CED;
}
</style>
background-color css
<style>
a { background-color: #060CED; }
a { background-color: rgb(6,12,237); }
div.DivClassName
{
background-color: #060CED;
}
.BgClassName
{
background-color: #060CED;
}
</style>
border-color css
<style>
span { border-color: #060CED; }
span { border-color: rgb(6,12,237); }
td.TdClassName
{
border-color: #060CED;
}
.TagClassName
{
border-color: #060CED;
}
</style>