Shades of Blue #061FE8
Tints of Blue #061FE8
RGB
CMYK
RGB Variations
Color information
#061FE8 (or 0x061FE8) is known color: Blue. HEX triplet: 06, 1F and E8. RGB value is (6,31,232). Sum of RGB (Red+Green+Blue) = 6+31+232=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 232 (91.02% from 255 or 86.25% from 269); Max value from RGB is 232 - color contains mainly: blue. Hex color #061FE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061FE8 is #F9E017. Grayscale: #2D2D2D. Windows color (decimal): -16375832 or 15212294. OLE color: 15212294.
HSL color Cylindrical-coordinate representation of color #061FE8: hue angle of 233.36º 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 #061FE8 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 31 | 232 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.09 |
| HSL | 233.36º | 0.95% | 0.47% | - |
| HSV(B) | 233.36º | 0.97% | 0.91% | - |
| XYZ | 15.13 | 6.84 | 76.87 | - |
| YUV | 46.44 | 232.72 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 232 | 0.97 | 0.87 | 0 | 0.09 | 233.36 | 0.95 | 0.47 |
| Hex | 6 | 1F | E8 | 61 | 57 | 0 | 9 | E9 | 5F | 2F |
| Octal | 6 | 37 | 350 | 141 | 127 | 0 | 11 | 351 | 137 | 57 |
| Binary | 110 | 11111 | 11101000 | 1100001 | 1010111 | 0 | 1001 | 11101001 | 1011111 | 101111 |
Color Harmonies of #061FE8
Complementary color
Monochromatic Colors of #061FE8
Black with #061FE8
Text Example
Text Example
White with #061FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061FE8; }
p { color: rgb(6,31,232); }
H1.HeaderClassName
{
color: #061FE8;
}
.AnyTagClassName
{
color: #061FE8;
}
</style>
background-color css
<style>
a { background-color: #061FE8; }
a { background-color: rgb(6,31,232); }
div.DivClassName
{
background-color: #061FE8;
}
.BgClassName
{
background-color: #061FE8;
}
</style>
border-color css
<style>
span { border-color: #061FE8; }
span { border-color: rgb(6,31,232); }
td.TdClassName
{
border-color: #061FE8;
}
.TagClassName
{
border-color: #061FE8;
}
</style>