Shades of Electric Indigo #6A0FF8
Tints of Electric Indigo #6A0FF8
RGB
CMYK
RGB Variations
Color information
#6A0FF8 (or 0x6A0FF8) is known color: Electric Indigo. HEX triplet: 6A, 0F and F8. RGB value is (106,15,248). Sum of RGB (Red+Green+Blue) = 106+15+248=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 248 (97.27% from 255 or 67.21% from 369); Max value from RGB is 248 - color contains mainly: blue. Hex color #6A0FF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0FF8 is #95F007. Grayscale: #434343. Windows color (decimal): -9826312 or 16256874. OLE color: 16256874.
HSL color Cylindrical-coordinate representation of color #6A0FF8: hue angle of 263.43º 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 #6A0FF8 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 15 | 248 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.03 |
| HSL | 263.43º | 0.94% | 0.52% | - |
| HSV(B) | 263.43º | 0.94% | 0.97% | - |
| XYZ | 23.06 | 10.18 | 89.56 | - |
| YUV | 68.77 | 229.15 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 15 | 248 | 0.57 | 0.94 | 0 | 0.03 | 263.43 | 0.94 | 0.52 |
| Hex | 6A | F | F8 | 39 | 5E | 0 | 3 | 107 | 5E | 34 |
| Octal | 152 | 17 | 370 | 71 | 136 | 0 | 3 | 407 | 136 | 64 |
| Binary | 1101010 | 1111 | 11111000 | 111001 | 1011110 | 0 | 11 | 100000111 | 1011110 | 110100 |
Color Harmonies of #6A0FF8
Complementary color
Monochromatic Colors of #6A0FF8
Black with #6A0FF8
Text Example
Text Example
White with #6A0FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0FF8; }
p { color: rgb(106,15,248); }
H1.HeaderClassName
{
color: #6A0FF8;
}
.AnyTagClassName
{
color: #6A0FF8;
}
</style>
background-color css
<style>
a { background-color: #6A0FF8; }
a { background-color: rgb(106,15,248); }
div.DivClassName
{
background-color: #6A0FF8;
}
.BgClassName
{
background-color: #6A0FF8;
}
</style>
border-color css
<style>
span { border-color: #6A0FF8; }
span { border-color: rgb(106,15,248); }
td.TdClassName
{
border-color: #6A0FF8;
}
.TagClassName
{
border-color: #6A0FF8;
}
</style>