Shades of Electric Indigo #6907DF
Tints of Electric Indigo #6907DF
RGB
CMYK
RGB Variations
Color information
#6907DF (or 0x6907DF) is known color: Electric Indigo. HEX triplet: 69, 07 and DF. RGB value is (105,7,223). Sum of RGB (Red+Green+Blue) = 105+7+223=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #6907DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6907DF is #96F820. Grayscale: #3C3C3C. Windows color (decimal): -9893921 or 14616425. OLE color: 14616425.
HSL color Cylindrical-coordinate representation of color #6907DF: hue angle of 267.22º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6907DF is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 7 | 223 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.13 |
| HSL | 267.22º | 0.94% | 0.45% | - |
| HSV(B) | 267.22º | 0.97% | 0.87% | - |
| XYZ | 19.22 | 8.48 | 70.44 | - |
| YUV | 60.93 | 219.47 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 223 | 0.53 | 0.97 | 0 | 0.13 | 267.22 | 0.94 | 0.45 |
| Hex | 69 | 7 | DF | 35 | 61 | 0 | D | 10B | 5E | 2D |
| Octal | 151 | 7 | 337 | 65 | 141 | 0 | 15 | 413 | 136 | 55 |
| Binary | 1101001 | 111 | 11011111 | 110101 | 1100001 | 0 | 1101 | 100001011 | 1011110 | 101101 |
Color Harmonies of #6907DF
Complementary color
Monochromatic Colors of #6907DF
Black with #6907DF
Text Example
Text Example
White with #6907DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6907DF; }
p { color: rgb(105,7,223); }
H1.HeaderClassName
{
color: #6907DF;
}
.AnyTagClassName
{
color: #6907DF;
}
</style>
background-color css
<style>
a { background-color: #6907DF; }
a { background-color: rgb(105,7,223); }
div.DivClassName
{
background-color: #6907DF;
}
.BgClassName
{
background-color: #6907DF;
}
</style>
border-color css
<style>
span { border-color: #6907DF; }
span { border-color: rgb(105,7,223); }
td.TdClassName
{
border-color: #6907DF;
}
.TagClassName
{
border-color: #6907DF;
}
</style>