Shades of Electric Indigo #6907FF
Tints of Electric Indigo #6907FF
RGB
CMYK
RGB Variations
Color information
#6907FF (or 0x6907FF) is known color: Electric Indigo. HEX triplet: 69, 07 and FF. RGB value is (105,7,255). Sum of RGB (Red+Green+Blue) = 105+7+255=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #6907FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6907FF is #96F800. Grayscale: #3F3F3F. Windows color (decimal): -9893889 or 16713577. OLE color: 16713577.
HSL color Cylindrical-coordinate representation of color #6907FF: hue angle of 263.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6907FF is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 7 | 255 | - |
| CMYK | 0.59 | 0.97 | 0 | 0 |
| HSL | 263.71º | 1% | 0.51% | - |
| HSV(B) | 263.71º | 0.97% | 1% | - |
| XYZ | 23.95 | 10.38 | 95.35 | - |
| YUV | 64.57 | 235.47 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 255 | 0.59 | 0.97 | 0 | 0 | 263.71 | 1 | 0.51 |
| Hex | 69 | 7 | FF | 3B | 61 | 0 | 0 | 108 | 64 | 33 |
| Octal | 151 | 7 | 377 | 73 | 141 | 0 | 0 | 410 | 144 | 63 |
| Binary | 1101001 | 111 | 11111111 | 111011 | 1100001 | 0 | 0 | 100001000 | 1100100 | 110011 |
Color Harmonies of #6907FF
Complementary color
Monochromatic Colors of #6907FF
Black with #6907FF
Text Example
Text Example
White with #6907FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6907FF; }
p { color: rgb(105,7,255); }
H1.HeaderClassName
{
color: #6907FF;
}
.AnyTagClassName
{
color: #6907FF;
}
</style>
background-color css
<style>
a { background-color: #6907FF; }
a { background-color: rgb(105,7,255); }
div.DivClassName
{
background-color: #6907FF;
}
.BgClassName
{
background-color: #6907FF;
}
</style>
border-color css
<style>
span { border-color: #6907FF; }
span { border-color: rgb(105,7,255); }
td.TdClassName
{
border-color: #6907FF;
}
.TagClassName
{
border-color: #6907FF;
}
</style>