Shades of Electric Indigo #6909DF
Tints of Electric Indigo #6909DF
RGB
CMYK
RGB Variations
Color information
#6909DF (or 0x6909DF) is known color: Electric Indigo. HEX triplet: 69, 09 and DF. RGB value is (105,9,223). Sum of RGB (Red+Green+Blue) = 105+9+223=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #6909DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6909DF is #96F620. Grayscale: #3D3D3D. Windows color (decimal): -9893409 or 14616937. OLE color: 14616937.
HSL color Cylindrical-coordinate representation of color #6909DF: hue angle of 266.92º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6909DF is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 9 | 223 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.13 |
| HSL | 266.92º | 0.92% | 0.45% | - |
| HSV(B) | 266.92º | 0.96% | 0.87% | - |
| XYZ | 19.24 | 8.53 | 70.44 | - |
| YUV | 62.1 | 218.8 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 9 | 223 | 0.53 | 0.96 | 0 | 0.13 | 266.92 | 0.92 | 0.45 |
| Hex | 69 | 9 | DF | 35 | 60 | 0 | D | 10B | 5C | 2D |
| Octal | 151 | 11 | 337 | 65 | 140 | 0 | 15 | 413 | 134 | 55 |
| Binary | 1101001 | 1001 | 11011111 | 110101 | 1100000 | 0 | 1101 | 100001011 | 1011100 | 101101 |
Color Harmonies of #6909DF
Complementary color
Monochromatic Colors of #6909DF
Black with #6909DF
Text Example
Text Example
White with #6909DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6909DF; }
p { color: rgb(105,9,223); }
H1.HeaderClassName
{
color: #6909DF;
}
.AnyTagClassName
{
color: #6909DF;
}
</style>
background-color css
<style>
a { background-color: #6909DF; }
a { background-color: rgb(105,9,223); }
div.DivClassName
{
background-color: #6909DF;
}
.BgClassName
{
background-color: #6909DF;
}
</style>
border-color css
<style>
span { border-color: #6909DF; }
span { border-color: rgb(105,9,223); }
td.TdClassName
{
border-color: #6909DF;
}
.TagClassName
{
border-color: #6909DF;
}
</style>