Shades of Electric Indigo #6901F0
Tints of Electric Indigo #6901F0
RGB
CMYK
RGB Variations
Color information
#6901F0 (or 0x6901F0) is known color: Electric Indigo. HEX triplet: 69, 01 and F0. RGB value is (105,1,240). Sum of RGB (Red+Green+Blue) = 105+1+240=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 240 (94.14% from 255 or 69.36% from 346); Max value from RGB is 240 - color contains mainly: blue. Hex color #6901F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6901F0 is #96FE0F. Grayscale: #3A3A3A. Windows color (decimal): -9895440 or 15729001. OLE color: 15729001.
HSL color Cylindrical-coordinate representation of color #6901F0: hue angle of 266.11º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6901F0 is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 1 | 240 | - |
| CMYK | 0.56 | 1.00 | 0 | 0.06 |
| HSL | 266.11º | 0.99% | 0.47% | - |
| HSV(B) | 266.11º | 1% | 0.94% | - |
| XYZ | 21.56 | 9.32 | 83.1 | - |
| YUV | 59.34 | 229.96 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 240 | 0.56 | 1.00 | 0 | 0.06 | 266.11 | 0.99 | 0.47 |
| Hex | 69 | 1 | F0 | 38 | 64 | 0 | 6 | 10A | 63 | 2F |
| Octal | 151 | 1 | 360 | 70 | 144 | 0 | 6 | 412 | 143 | 57 |
| Binary | 1101001 | 1 | 11110000 | 111000 | 1100100 | 0 | 110 | 100001010 | 1100011 | 101111 |
Color Harmonies of #6901F0
Complementary color
Monochromatic Colors of #6901F0
Black with #6901F0
Text Example
Text Example
White with #6901F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6901F0; }
p { color: rgb(105,1,240); }
H1.HeaderClassName
{
color: #6901F0;
}
.AnyTagClassName
{
color: #6901F0;
}
</style>
background-color css
<style>
a { background-color: #6901F0; }
a { background-color: rgb(105,1,240); }
div.DivClassName
{
background-color: #6901F0;
}
.BgClassName
{
background-color: #6901F0;
}
</style>
border-color css
<style>
span { border-color: #6901F0; }
span { border-color: rgb(105,1,240); }
td.TdClassName
{
border-color: #6901F0;
}
.TagClassName
{
border-color: #6901F0;
}
</style>