Shades of Electric Indigo #6C06F9
Tints of Electric Indigo #6C06F9
RGB
CMYK
RGB Variations
Color information
#6C06F9 (or 0x6C06F9) is known color: Electric Indigo. HEX triplet: 6C, 06 and F9. RGB value is (108,6,249). Sum of RGB (Red+Green+Blue) = 108+6+249=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 249 (97.66% from 255 or 68.60% from 363); Max value from RGB is 249 - color contains mainly: blue. Hex color #6C06F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C06F9 is #93F906. Grayscale: #3F3F3F. Windows color (decimal): -9697543 or 16320108. OLE color: 16320108.
HSL color Cylindrical-coordinate representation of color #6C06F9: hue angle of 265.19º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C06F9 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 6 | 249 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.02 |
| HSL | 265.19º | 0.95% | 0.5% | - |
| HSV(B) | 265.19º | 0.98% | 0.98% | - |
| XYZ | 23.35 | 10.16 | 90.35 | - |
| YUV | 64.2 | 232.29 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 6 | 249 | 0.57 | 0.98 | 0 | 0.02 | 265.19 | 0.95 | 0.5 |
| Hex | 6C | 6 | F9 | 39 | 62 | 0 | 2 | 109 | 5F | 32 |
| Octal | 154 | 6 | 371 | 71 | 142 | 0 | 2 | 411 | 137 | 62 |
| Binary | 1101100 | 110 | 11111001 | 111001 | 1100010 | 0 | 10 | 100001001 | 1011111 | 110010 |
Color Harmonies of #6C06F9
Complementary color
Monochromatic Colors of #6C06F9
Black with #6C06F9
Text Example
Text Example
White with #6C06F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C06F9; }
p { color: rgb(108,6,249); }
H1.HeaderClassName
{
color: #6C06F9;
}
.AnyTagClassName
{
color: #6C06F9;
}
</style>
background-color css
<style>
a { background-color: #6C06F9; }
a { background-color: rgb(108,6,249); }
div.DivClassName
{
background-color: #6C06F9;
}
.BgClassName
{
background-color: #6C06F9;
}
</style>
border-color css
<style>
span { border-color: #6C06F9; }
span { border-color: rgb(108,6,249); }
td.TdClassName
{
border-color: #6C06F9;
}
.TagClassName
{
border-color: #6C06F9;
}
</style>