Shades of Blue #0620EE
Tints of Blue #0620EE
RGB
CMYK
RGB Variations
Color information
#0620EE (or 0x0620EE) is known color: Blue. HEX triplet: 06, 20 and EE. RGB value is (6,32,238). Sum of RGB (Red+Green+Blue) = 6+32+238=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 238 (93.36% from 255 or 86.23% from 276); Max value from RGB is 238 - color contains mainly: blue. Hex color #0620EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0620EE is #F9DF11. Grayscale: #2E2E2E. Windows color (decimal): -16375570 or 15605766. OLE color: 15605766.
HSL color Cylindrical-coordinate representation of color #0620EE: hue angle of 233.28º 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 #0620EE is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 32 | 238 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.07 |
| HSL | 233.28º | 0.95% | 0.48% | - |
| HSV(B) | 233.28º | 0.97% | 0.93% | - |
| XYZ | 16.02 | 7.24 | 81.44 | - |
| YUV | 47.71 | 235.39 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 238 | 0.97 | 0.87 | 0 | 0.07 | 233.28 | 0.95 | 0.48 |
| Hex | 6 | 20 | EE | 61 | 57 | 0 | 7 | E9 | 5F | 30 |
| Octal | 6 | 40 | 356 | 141 | 127 | 0 | 7 | 351 | 137 | 60 |
| Binary | 110 | 100000 | 11101110 | 1100001 | 1010111 | 0 | 111 | 11101001 | 1011111 | 110000 |
Color Harmonies of #0620EE
Complementary color
Monochromatic Colors of #0620EE
Black with #0620EE
Text Example
Text Example
White with #0620EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0620EE; }
p { color: rgb(6,32,238); }
H1.HeaderClassName
{
color: #0620EE;
}
.AnyTagClassName
{
color: #0620EE;
}
</style>
background-color css
<style>
a { background-color: #0620EE; }
a { background-color: rgb(6,32,238); }
div.DivClassName
{
background-color: #0620EE;
}
.BgClassName
{
background-color: #0620EE;
}
</style>
border-color css
<style>
span { border-color: #0620EE; }
span { border-color: rgb(6,32,238); }
td.TdClassName
{
border-color: #0620EE;
}
.TagClassName
{
border-color: #0620EE;
}
</style>