Shades of Blue #0606EC
Tints of Blue #0606EC
RGB
CMYK
RGB Variations
Color information
#0606EC (or 0x0606EC) is known color: Blue. HEX triplet: 06, 06 and EC. RGB value is (6,6,236). Sum of RGB (Red+Green+Blue) = 6+6+236=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 236 (92.58% from 255 or 95.16% from 248); Max value from RGB is 236 - color contains mainly: blue. Hex color #0606EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0606EC is #F9F913. Grayscale: #1F1F1F. Windows color (decimal): -16382228 or 15468038. OLE color: 15468038.
HSL color Cylindrical-coordinate representation of color #0606EC: hue angle of 240º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0606EC is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 6 | 236 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.07 |
| HSL | 240º | 0.95% | 0.47% | - |
| HSV(B) | 240º | 0.97% | 0.93% | - |
| XYZ | 15.28 | 6.23 | 79.75 | - |
| YUV | 32.22 | 243 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 6 | 236 | 0.97 | 0.97 | 0 | 0.07 | 240 | 0.95 | 0.47 |
| Hex | 6 | 6 | EC | 61 | 61 | 0 | 7 | F0 | 5F | 2F |
| Octal | 6 | 6 | 354 | 141 | 141 | 0 | 7 | 360 | 137 | 57 |
| Binary | 110 | 110 | 11101100 | 1100001 | 1100001 | 0 | 111 | 11110000 | 1011111 | 101111 |
Color Harmonies of #0606EC
Complementary color
Monochromatic Colors of #0606EC
Black with #0606EC
Text Example
Text Example
White with #0606EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0606EC; }
p { color: rgb(6,6,236); }
H1.HeaderClassName
{
color: #0606EC;
}
.AnyTagClassName
{
color: #0606EC;
}
</style>
background-color css
<style>
a { background-color: #0606EC; }
a { background-color: rgb(6,6,236); }
div.DivClassName
{
background-color: #0606EC;
}
.BgClassName
{
background-color: #0606EC;
}
</style>
border-color css
<style>
span { border-color: #0606EC; }
span { border-color: rgb(6,6,236); }
td.TdClassName
{
border-color: #0606EC;
}
.TagClassName
{
border-color: #0606EC;
}
</style>