Shades of Electric Indigo #6905FE
Tints of Electric Indigo #6905FE
RGB
CMYK
RGB Variations
Color information
#6905FE (or 0x6905FE) is known color: Electric Indigo. HEX triplet: 69, 05 and FE. RGB value is (105,5,254). Sum of RGB (Red+Green+Blue) = 105+5+254=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #6905FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6905FE is #96FA01. Grayscale: #3E3E3E. Windows color (decimal): -9894402 or 16647529. OLE color: 16647529.
HSL color Cylindrical-coordinate representation of color #6905FE: hue angle of 264.1º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6905FE is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 5 | 254 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.00 |
| HSL | 264.1º | 0.99% | 0.51% | - |
| HSV(B) | 264.1º | 0.98% | 1% | - |
| XYZ | 23.77 | 10.27 | 94.49 | - |
| YUV | 63.29 | 235.63 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 254 | 0.59 | 0.98 | 0 | 0.00 | 264.1 | 0.99 | 0.51 |
| Hex | 69 | 5 | FE | 3B | 62 | 0 | 0 | 108 | 63 | 33 |
| Octal | 151 | 5 | 376 | 73 | 142 | 0 | 0 | 410 | 143 | 63 |
| Binary | 1101001 | 101 | 11111110 | 111011 | 1100010 | 0 | 0 | 100001000 | 1100011 | 110011 |
Color Harmonies of #6905FE
Complementary color
Monochromatic Colors of #6905FE
Black with #6905FE
Text Example
Text Example
White with #6905FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6905FE; }
p { color: rgb(105,5,254); }
H1.HeaderClassName
{
color: #6905FE;
}
.AnyTagClassName
{
color: #6905FE;
}
</style>
background-color css
<style>
a { background-color: #6905FE; }
a { background-color: rgb(105,5,254); }
div.DivClassName
{
background-color: #6905FE;
}
.BgClassName
{
background-color: #6905FE;
}
</style>
border-color css
<style>
span { border-color: #6905FE; }
span { border-color: rgb(105,5,254); }
td.TdClassName
{
border-color: #6905FE;
}
.TagClassName
{
border-color: #6905FE;
}
</style>