Shades of Electric Indigo #6C0FF8
Tints of Electric Indigo #6C0FF8
RGB
CMYK
RGB Variations
Color information
#6C0FF8 (or 0x6C0FF8) is known color: Electric Indigo. HEX triplet: 6C, 0F and F8. RGB value is (108,15,248). Sum of RGB (Red+Green+Blue) = 108+15+248=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 248 (97.27% from 255 or 66.85% from 371); Max value from RGB is 248 - color contains mainly: blue. Hex color #6C0FF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0FF8 is #93F007. Grayscale: #444444. Windows color (decimal): -9695240 or 16256876. OLE color: 16256876.
HSL color Cylindrical-coordinate representation of color #6C0FF8: hue angle of 263.95º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0FF8 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 108 | 15 | 248 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.03 |
| HSL | 263.95º | 0.94% | 0.52% | - |
| HSV(B) | 263.95º | 0.94% | 0.97% | - |
| XYZ | 23.3 | 10.31 | 89.57 | - |
| YUV | 69.37 | 228.81 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 15 | 248 | 0.56 | 0.94 | 0 | 0.03 | 263.95 | 0.94 | 0.52 |
| Hex | 6C | F | F8 | 38 | 5E | 0 | 3 | 108 | 5E | 34 |
| Octal | 154 | 17 | 370 | 70 | 136 | 0 | 3 | 410 | 136 | 64 |
| Binary | 1101100 | 1111 | 11111000 | 111000 | 1011110 | 0 | 11 | 100001000 | 1011110 | 110100 |
Color Harmonies of #6C0FF8
Complementary color
Monochromatic Colors of #6C0FF8
Black with #6C0FF8
Text Example
Text Example
White with #6C0FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0FF8; }
p { color: rgb(108,15,248); }
H1.HeaderClassName
{
color: #6C0FF8;
}
.AnyTagClassName
{
color: #6C0FF8;
}
</style>
background-color css
<style>
a { background-color: #6C0FF8; }
a { background-color: rgb(108,15,248); }
div.DivClassName
{
background-color: #6C0FF8;
}
.BgClassName
{
background-color: #6C0FF8;
}
</style>
border-color css
<style>
span { border-color: #6C0FF8; }
span { border-color: rgb(108,15,248); }
td.TdClassName
{
border-color: #6C0FF8;
}
.TagClassName
{
border-color: #6C0FF8;
}
</style>