Shades of Electric Indigo #6D09FF
Tints of Electric Indigo #6D09FF
RGB
CMYK
RGB Variations
Color information
#6D09FF (or 0x6D09FF) is known color: Electric Indigo. HEX triplet: 6D, 09 and FF. RGB value is (109,9,255). Sum of RGB (Red+Green+Blue) = 109+9+255=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D09FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D09FF is #92F600. Grayscale: #424242. Windows color (decimal): -9631233 or 16714093. OLE color: 16714093.
HSL color Cylindrical-coordinate representation of color #6D09FF: hue angle of 264.39º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D09FF is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 9 | 255 | - |
| CMYK | 0.57 | 0.96 | 0 | 0 |
| HSL | 264.39º | 1% | 0.52% | - |
| HSV(B) | 264.39º | 0.96% | 1% | - |
| XYZ | 24.45 | 10.67 | 95.38 | - |
| YUV | 66.94 | 234.13 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 255 | 0.57 | 0.96 | 0 | 0 | 264.39 | 1 | 0.52 |
| Hex | 6D | 9 | FF | 39 | 60 | 0 | 0 | 108 | 64 | 34 |
| Octal | 155 | 11 | 377 | 71 | 140 | 0 | 0 | 410 | 144 | 64 |
| Binary | 1101101 | 1001 | 11111111 | 111001 | 1100000 | 0 | 0 | 100001000 | 1100100 | 110100 |
Color Harmonies of #6D09FF
Complementary color
Monochromatic Colors of #6D09FF
Black with #6D09FF
Text Example
Text Example
White with #6D09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D09FF; }
p { color: rgb(109,9,255); }
H1.HeaderClassName
{
color: #6D09FF;
}
.AnyTagClassName
{
color: #6D09FF;
}
</style>
background-color css
<style>
a { background-color: #6D09FF; }
a { background-color: rgb(109,9,255); }
div.DivClassName
{
background-color: #6D09FF;
}
.BgClassName
{
background-color: #6D09FF;
}
</style>
border-color css
<style>
span { border-color: #6D09FF; }
span { border-color: rgb(109,9,255); }
td.TdClassName
{
border-color: #6D09FF;
}
.TagClassName
{
border-color: #6D09FF;
}
</style>