Shades of Electric Indigo #6908F1
Tints of Electric Indigo #6908F1
RGB
CMYK
RGB Variations
Color information
#6908F1 (or 0x6908F1) is known color: Electric Indigo. HEX triplet: 69, 08 and F1. RGB value is (105,8,241). Sum of RGB (Red+Green+Blue) = 105+8+241=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 241 (94.53% from 255 or 68.08% from 354); Max value from RGB is 241 - color contains mainly: blue. Hex color #6908F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6908F1 is #96F70E. Grayscale: #3E3E3E. Windows color (decimal): -9893647 or 15796329. OLE color: 15796329.
HSL color Cylindrical-coordinate representation of color #6908F1: hue angle of 264.98º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6908F1 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 8 | 241 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.05 |
| HSL | 264.98º | 0.94% | 0.49% | - |
| HSV(B) | 264.98º | 0.97% | 0.95% | - |
| XYZ | 21.79 | 9.53 | 83.91 | - |
| YUV | 63.57 | 228.14 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 241 | 0.56 | 0.97 | 0 | 0.05 | 264.98 | 0.94 | 0.49 |
| Hex | 69 | 8 | F1 | 38 | 61 | 0 | 5 | 109 | 5E | 31 |
| Octal | 151 | 10 | 361 | 70 | 141 | 0 | 5 | 411 | 136 | 61 |
| Binary | 1101001 | 1000 | 11110001 | 111000 | 1100001 | 0 | 101 | 100001001 | 1011110 | 110001 |
Color Harmonies of #6908F1
Complementary color
Monochromatic Colors of #6908F1
Black with #6908F1
Text Example
Text Example
White with #6908F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6908F1; }
p { color: rgb(105,8,241); }
H1.HeaderClassName
{
color: #6908F1;
}
.AnyTagClassName
{
color: #6908F1;
}
</style>
background-color css
<style>
a { background-color: #6908F1; }
a { background-color: rgb(105,8,241); }
div.DivClassName
{
background-color: #6908F1;
}
.BgClassName
{
background-color: #6908F1;
}
</style>
border-color css
<style>
span { border-color: #6908F1; }
span { border-color: rgb(105,8,241); }
td.TdClassName
{
border-color: #6908F1;
}
.TagClassName
{
border-color: #6908F1;
}
</style>