Shades of Electric Indigo #6908ED
Tints of Electric Indigo #6908ED
RGB
CMYK
RGB Variations
Color information
#6908ED (or 0x6908ED) is known color: Electric Indigo. HEX triplet: 69, 08 and ED. RGB value is (105,8,237). Sum of RGB (Red+Green+Blue) = 105+8+237=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #6908ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6908ED is #96F712. Grayscale: #3E3E3E. Windows color (decimal): -9893651 or 15534185. OLE color: 15534185.
HSL color Cylindrical-coordinate representation of color #6908ED: hue angle of 265.41º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6908ED is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 8 | 237 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.07 |
| HSL | 265.41º | 0.93% | 0.48% | - |
| HSV(B) | 265.41º | 0.97% | 0.93% | - |
| XYZ | 21.2 | 9.29 | 80.8 | - |
| YUV | 63.11 | 226.14 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 237 | 0.56 | 0.97 | 0 | 0.07 | 265.41 | 0.93 | 0.48 |
| Hex | 69 | 8 | ED | 38 | 61 | 0 | 7 | 109 | 5D | 30 |
| Octal | 151 | 10 | 355 | 70 | 141 | 0 | 7 | 411 | 135 | 60 |
| Binary | 1101001 | 1000 | 11101101 | 111000 | 1100001 | 0 | 111 | 100001001 | 1011101 | 110000 |
Color Harmonies of #6908ED
Complementary color
Monochromatic Colors of #6908ED
Black with #6908ED
Text Example
Text Example
White with #6908ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6908ED; }
p { color: rgb(105,8,237); }
H1.HeaderClassName
{
color: #6908ED;
}
.AnyTagClassName
{
color: #6908ED;
}
</style>
background-color css
<style>
a { background-color: #6908ED; }
a { background-color: rgb(105,8,237); }
div.DivClassName
{
background-color: #6908ED;
}
.BgClassName
{
background-color: #6908ED;
}
</style>
border-color css
<style>
span { border-color: #6908ED; }
span { border-color: rgb(105,8,237); }
td.TdClassName
{
border-color: #6908ED;
}
.TagClassName
{
border-color: #6908ED;
}
</style>