Shades of Electric Indigo #6105FF
Tints of Electric Indigo #6105FF
RGB
CMYK
RGB Variations
Color information
#6105FF (or 0x6105FF) is known color: Electric Indigo. HEX triplet: 61, 05 and FF. RGB value is (97,5,255). Sum of RGB (Red+Green+Blue) = 97+5+255=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #6105FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6105FF is #9EFA00. Grayscale: #3C3C3C. Windows color (decimal): -10418689 or 16713057. OLE color: 16713057.
HSL color Cylindrical-coordinate representation of color #6105FF: hue angle of 262.08º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6105FF is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 5 | 255 | - |
| CMYK | 0.62 | 0.98 | 0 | 0 |
| HSL | 262.08º | 1% | 0.51% | - |
| HSV(B) | 262.08º | 0.98% | 1% | - |
| XYZ | 23.03 | 9.87 | 95.3 | - |
| YUV | 61.01 | 237.48 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 5 | 255 | 0.62 | 0.98 | 0 | 0 | 262.08 | 1 | 0.51 |
| Hex | 61 | 5 | FF | 3E | 62 | 0 | 0 | 106 | 64 | 33 |
| Octal | 141 | 5 | 377 | 76 | 142 | 0 | 0 | 406 | 144 | 63 |
| Binary | 1100001 | 101 | 11111111 | 111110 | 1100010 | 0 | 0 | 100000110 | 1100100 | 110011 |
Color Harmonies of #6105FF
Complementary color
Monochromatic Colors of #6105FF
Black with #6105FF
Text Example
Text Example
White with #6105FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6105FF; }
p { color: rgb(97,5,255); }
H1.HeaderClassName
{
color: #6105FF;
}
.AnyTagClassName
{
color: #6105FF;
}
</style>
background-color css
<style>
a { background-color: #6105FF; }
a { background-color: rgb(97,5,255); }
div.DivClassName
{
background-color: #6105FF;
}
.BgClassName
{
background-color: #6105FF;
}
</style>
border-color css
<style>
span { border-color: #6105FF; }
span { border-color: rgb(97,5,255); }
td.TdClassName
{
border-color: #6105FF;
}
.TagClassName
{
border-color: #6105FF;
}
</style>