Shades of Electric Indigo #6907FE
Tints of Electric Indigo #6907FE
RGB
CMYK
RGB Variations
Color information
#6907FE (or 0x6907FE) is known color: Electric Indigo. HEX triplet: 69, 07 and FE. RGB value is (105,7,254). Sum of RGB (Red+Green+Blue) = 105+7+254=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #6907FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6907FE is #96F801. Grayscale: #3F3F3F. Windows color (decimal): -9893890 or 16648041. OLE color: 16648041.
HSL color Cylindrical-coordinate representation of color #6907FE: hue angle of 263.81º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6907FE is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 7 | 254 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.00 |
| HSL | 263.81º | 0.99% | 0.51% | - |
| HSV(B) | 263.81º | 0.97% | 1% | - |
| XYZ | 23.79 | 10.31 | 94.5 | - |
| YUV | 64.46 | 234.97 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 254 | 0.59 | 0.97 | 0 | 0.00 | 263.81 | 0.99 | 0.51 |
| Hex | 69 | 7 | FE | 3B | 61 | 0 | 0 | 108 | 63 | 33 |
| Octal | 151 | 7 | 376 | 73 | 141 | 0 | 0 | 410 | 143 | 63 |
| Binary | 1101001 | 111 | 11111110 | 111011 | 1100001 | 0 | 0 | 100001000 | 1100011 | 110011 |
Color Harmonies of #6907FE
Complementary color
Monochromatic Colors of #6907FE
Black with #6907FE
Text Example
Text Example
White with #6907FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6907FE; }
p { color: rgb(105,7,254); }
H1.HeaderClassName
{
color: #6907FE;
}
.AnyTagClassName
{
color: #6907FE;
}
</style>
background-color css
<style>
a { background-color: #6907FE; }
a { background-color: rgb(105,7,254); }
div.DivClassName
{
background-color: #6907FE;
}
.BgClassName
{
background-color: #6907FE;
}
</style>
border-color css
<style>
span { border-color: #6907FE; }
span { border-color: rgb(105,7,254); }
td.TdClassName
{
border-color: #6907FE;
}
.TagClassName
{
border-color: #6907FE;
}
</style>