Shades of Blue #061EE8
Tints of Blue #061EE8
RGB
CMYK
RGB Variations
Color information
#061EE8 (or 0x061EE8) is known color: Blue. HEX triplet: 06, 1E and E8. RGB value is (6,30,232). Sum of RGB (Red+Green+Blue) = 6+30+232=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 232 (91.02% from 255 or 86.57% from 268); Max value from RGB is 232 - color contains mainly: blue. Hex color #061EE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061EE8 is #F9E117. Grayscale: #2D2D2D. Windows color (decimal): -16376088 or 15212038. OLE color: 15212038.
HSL color Cylindrical-coordinate representation of color #061EE8: hue angle of 233.63º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061EE8 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 30 | 232 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.09 |
| HSL | 233.63º | 0.95% | 0.47% | - |
| HSV(B) | 233.63º | 0.97% | 0.91% | - |
| XYZ | 15.1 | 6.79 | 76.86 | - |
| YUV | 45.85 | 233.05 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 232 | 0.97 | 0.87 | 0 | 0.09 | 233.63 | 0.95 | 0.47 |
| Hex | 6 | 1E | E8 | 61 | 57 | 0 | 9 | EA | 5F | 2F |
| Octal | 6 | 36 | 350 | 141 | 127 | 0 | 11 | 352 | 137 | 57 |
| Binary | 110 | 11110 | 11101000 | 1100001 | 1010111 | 0 | 1001 | 11101010 | 1011111 | 101111 |
Color Harmonies of #061EE8
Complementary color
Monochromatic Colors of #061EE8
Black with #061EE8
Text Example
Text Example
White with #061EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061EE8; }
p { color: rgb(6,30,232); }
H1.HeaderClassName
{
color: #061EE8;
}
.AnyTagClassName
{
color: #061EE8;
}
</style>
background-color css
<style>
a { background-color: #061EE8; }
a { background-color: rgb(6,30,232); }
div.DivClassName
{
background-color: #061EE8;
}
.BgClassName
{
background-color: #061EE8;
}
</style>
border-color css
<style>
span { border-color: #061EE8; }
span { border-color: rgb(6,30,232); }
td.TdClassName
{
border-color: #061EE8;
}
.TagClassName
{
border-color: #061EE8;
}
</style>