Shades of Electric Indigo #6108FF
Tints of Electric Indigo #6108FF
RGB
CMYK
RGB Variations
Color information
#6108FF (or 0x6108FF) is known color: Electric Indigo. HEX triplet: 61, 08 and FF. RGB value is (97,8,255). Sum of RGB (Red+Green+Blue) = 97+8+255=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #6108FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6108FF is #9EF700. Grayscale: #3D3D3D. Windows color (decimal): -10417921 or 16713825. OLE color: 16713825.
HSL color Cylindrical-coordinate representation of color #6108FF: hue angle of 261.62º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6108FF is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 8 | 255 | - |
| CMYK | 0.62 | 0.97 | 0 | 0 |
| HSL | 261.62º | 1% | 0.52% | - |
| HSV(B) | 261.62º | 0.97% | 1% | - |
| XYZ | 23.07 | 9.94 | 95.31 | - |
| YUV | 62.77 | 236.49 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 8 | 255 | 0.62 | 0.97 | 0 | 0 | 261.62 | 1 | 0.52 |
| Hex | 61 | 8 | FF | 3E | 61 | 0 | 0 | 106 | 64 | 34 |
| Octal | 141 | 10 | 377 | 76 | 141 | 0 | 0 | 406 | 144 | 64 |
| Binary | 1100001 | 1000 | 11111111 | 111110 | 1100001 | 0 | 0 | 100000110 | 1100100 | 110100 |
Color Harmonies of #6108FF
Complementary color
Monochromatic Colors of #6108FF
Black with #6108FF
Text Example
Text Example
White with #6108FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6108FF; }
p { color: rgb(97,8,255); }
H1.HeaderClassName
{
color: #6108FF;
}
.AnyTagClassName
{
color: #6108FF;
}
</style>
background-color css
<style>
a { background-color: #6108FF; }
a { background-color: rgb(97,8,255); }
div.DivClassName
{
background-color: #6108FF;
}
.BgClassName
{
background-color: #6108FF;
}
</style>
border-color css
<style>
span { border-color: #6108FF; }
span { border-color: rgb(97,8,255); }
td.TdClassName
{
border-color: #6108FF;
}
.TagClassName
{
border-color: #6108FF;
}
</style>