Shades of Electric Indigo #6C0FF9
Tints of Electric Indigo #6C0FF9
RGB
CMYK
RGB Variations
Color information
#6C0FF9 (or 0x6C0FF9) is known color: Electric Indigo. HEX triplet: 6C, 0F and F9. RGB value is (108,15,249). Sum of RGB (Red+Green+Blue) = 108+15+249=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 249 (97.66% from 255 or 66.94% from 372); Max value from RGB is 249 - color contains mainly: blue. Hex color #6C0FF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0FF9 is #93F006. Grayscale: #444444. Windows color (decimal): -9695239 or 16322412. OLE color: 16322412.
HSL color Cylindrical-coordinate representation of color #6C0FF9: hue angle of 263.85º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0FF9 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 15 | 249 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.02 |
| HSL | 263.85º | 0.95% | 0.52% | - |
| HSV(B) | 263.85º | 0.94% | 0.98% | - |
| XYZ | 23.45 | 10.37 | 90.39 | - |
| YUV | 69.48 | 229.31 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 15 | 249 | 0.57 | 0.94 | 0 | 0.02 | 263.85 | 0.95 | 0.52 |
| Hex | 6C | F | F9 | 39 | 5E | 0 | 2 | 108 | 5F | 34 |
| Octal | 154 | 17 | 371 | 71 | 136 | 0 | 2 | 410 | 137 | 64 |
| Binary | 1101100 | 1111 | 11111001 | 111001 | 1011110 | 0 | 10 | 100001000 | 1011111 | 110100 |
Color Harmonies of #6C0FF9
Complementary color
Monochromatic Colors of #6C0FF9
Black with #6C0FF9
Text Example
Text Example
White with #6C0FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0FF9; }
p { color: rgb(108,15,249); }
H1.HeaderClassName
{
color: #6C0FF9;
}
.AnyTagClassName
{
color: #6C0FF9;
}
</style>
background-color css
<style>
a { background-color: #6C0FF9; }
a { background-color: rgb(108,15,249); }
div.DivClassName
{
background-color: #6C0FF9;
}
.BgClassName
{
background-color: #6C0FF9;
}
</style>
border-color css
<style>
span { border-color: #6C0FF9; }
span { border-color: rgb(108,15,249); }
td.TdClassName
{
border-color: #6C0FF9;
}
.TagClassName
{
border-color: #6C0FF9;
}
</style>