Shades of Blue #0629EC
Tints of Blue #0629EC
RGB
CMYK
RGB Variations
Color information
#0629EC (or 0x0629EC) is known color: Blue. HEX triplet: 06, 29 and EC. RGB value is (6,41,236). Sum of RGB (Red+Green+Blue) = 6+41+236=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 236 (92.58% from 255 or 83.39% from 283); Max value from RGB is 236 - color contains mainly: blue. Hex color #0629EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0629EC is #F9D613. Grayscale: #333333. Windows color (decimal): -16373268 or 15476998. OLE color: 15476998.
HSL color Cylindrical-coordinate representation of color #0629EC: hue angle of 230.87º 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 #0629EC is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 41 | 236 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.07 |
| HSL | 230.87º | 0.95% | 0.47% | - |
| HSV(B) | 230.87º | 0.97% | 0.93% | - |
| XYZ | 16.01 | 7.68 | 80 | - |
| YUV | 52.77 | 231.4 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 41 | 236 | 0.97 | 0.83 | 0 | 0.07 | 230.87 | 0.95 | 0.47 |
| Hex | 6 | 29 | EC | 61 | 53 | 0 | 7 | E7 | 5F | 2F |
| Octal | 6 | 51 | 354 | 141 | 123 | 0 | 7 | 347 | 137 | 57 |
| Binary | 110 | 101001 | 11101100 | 1100001 | 1010011 | 0 | 111 | 11100111 | 1011111 | 101111 |
Color Harmonies of #0629EC
Complementary color
Monochromatic Colors of #0629EC
Black with #0629EC
Text Example
Text Example
White with #0629EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0629EC; }
p { color: rgb(6,41,236); }
H1.HeaderClassName
{
color: #0629EC;
}
.AnyTagClassName
{
color: #0629EC;
}
</style>
background-color css
<style>
a { background-color: #0629EC; }
a { background-color: rgb(6,41,236); }
div.DivClassName
{
background-color: #0629EC;
}
.BgClassName
{
background-color: #0629EC;
}
</style>
border-color css
<style>
span { border-color: #0629EC; }
span { border-color: rgb(6,41,236); }
td.TdClassName
{
border-color: #0629EC;
}
.TagClassName
{
border-color: #0629EC;
}
</style>