Shades of Blue #061EEF
Tints of Blue #061EEF
RGB
CMYK
RGB Variations
Color information
#061EEF (or 0x061EEF) is known color: Blue. HEX triplet: 06, 1E and EF. RGB value is (6,30,239). Sum of RGB (Red+Green+Blue) = 6+30+239=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 239 (93.75% from 255 or 86.91% from 275); Max value from RGB is 239 - color contains mainly: blue. Hex color #061EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061EEF is #F9E110. Grayscale: #2D2D2D. Windows color (decimal): -16376081 or 15670790. OLE color: 15670790.
HSL color Cylindrical-coordinate representation of color #061EEF: hue angle of 233.82º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061EEF is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 30 | 239 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.06 |
| HSL | 233.82º | 0.95% | 0.48% | - |
| HSV(B) | 233.82º | 0.97% | 0.94% | - |
| XYZ | 16.12 | 7.2 | 82.2 | - |
| YUV | 46.65 | 236.55 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 239 | 0.97 | 0.87 | 0 | 0.06 | 233.82 | 0.95 | 0.48 |
| Hex | 6 | 1E | EF | 61 | 57 | 0 | 6 | EA | 5F | 30 |
| Octal | 6 | 36 | 357 | 141 | 127 | 0 | 6 | 352 | 137 | 60 |
| Binary | 110 | 11110 | 11101111 | 1100001 | 1010111 | 0 | 110 | 11101010 | 1011111 | 110000 |
Color Harmonies of #061EEF
Complementary color
Monochromatic Colors of #061EEF
Black with #061EEF
Text Example
Text Example
White with #061EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061EEF; }
p { color: rgb(6,30,239); }
H1.HeaderClassName
{
color: #061EEF;
}
.AnyTagClassName
{
color: #061EEF;
}
</style>
background-color css
<style>
a { background-color: #061EEF; }
a { background-color: rgb(6,30,239); }
div.DivClassName
{
background-color: #061EEF;
}
.BgClassName
{
background-color: #061EEF;
}
</style>
border-color css
<style>
span { border-color: #061EEF; }
span { border-color: rgb(6,30,239); }
td.TdClassName
{
border-color: #061EEF;
}
.TagClassName
{
border-color: #061EEF;
}
</style>