Shades of Medium Blue #060CCE
Tints of Medium Blue #060CCE
RGB
CMYK
RGB Variations
Color information
#060CCE (or 0x060CCE) is known color: Medium Blue. HEX triplet: 06, 0C and CE. RGB value is (6,12,206). Sum of RGB (Red+Green+Blue) = 6+12+206=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 206 (80.86% from 255 or 91.96% from 224); Max value from RGB is 206 - color contains mainly: blue. Hex color #060CCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060CCE is #F9F331. Grayscale: #1F1F1F. Windows color (decimal): -16380722 or 13503494. OLE color: 13503494.
HSL color Cylindrical-coordinate representation of color #060CCE: hue angle of 238.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060CCE is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 12 | 206 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.19 |
| HSL | 238.2º | 0.94% | 0.42% | - |
| HSV(B) | 238.2º | 0.97% | 0.81% | - |
| XYZ | 11.35 | 4.76 | 58.71 | - |
| YUV | 32.32 | 226.01 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 206 | 0.97 | 0.94 | 0 | 0.19 | 238.2 | 0.94 | 0.42 |
| Hex | 6 | C | CE | 61 | 5E | 0 | 13 | EE | 5E | 2A |
| Octal | 6 | 14 | 316 | 141 | 136 | 0 | 23 | 356 | 136 | 52 |
| Binary | 110 | 1100 | 11001110 | 1100001 | 1011110 | 0 | 10011 | 11101110 | 1011110 | 101010 |
Color Harmonies of #060CCE
Complementary color
Monochromatic Colors of #060CCE
Black with #060CCE
Text Example
Text Example
White with #060CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060CCE; }
p { color: rgb(6,12,206); }
H1.HeaderClassName
{
color: #060CCE;
}
.AnyTagClassName
{
color: #060CCE;
}
</style>
background-color css
<style>
a { background-color: #060CCE; }
a { background-color: rgb(6,12,206); }
div.DivClassName
{
background-color: #060CCE;
}
.BgClassName
{
background-color: #060CCE;
}
</style>
border-color css
<style>
span { border-color: #060CCE; }
span { border-color: rgb(6,12,206); }
td.TdClassName
{
border-color: #060CCE;
}
.TagClassName
{
border-color: #060CCE;
}
</style>