Shades of Electric Indigo #6901FD
Tints of Electric Indigo #6901FD
RGB
CMYK
RGB Variations
Color information
#6901FD (or 0x6901FD) is known color: Electric Indigo. HEX triplet: 69, 01 and FD. RGB value is (105,1,253). Sum of RGB (Red+Green+Blue) = 105+1+253=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 253 (99.22% from 255 or 70.47% from 359); Max value from RGB is 253 - color contains mainly: blue. Hex color #6901FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6901FD is #96FE02. Grayscale: #3B3B3B. Windows color (decimal): -9895427 or 16580969. OLE color: 16580969.
HSL color Cylindrical-coordinate representation of color #6901FD: hue angle of 264.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6901FD is Cyan = 0.58, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 1 | 253 | - |
| CMYK | 0.58 | 1.00 | 0 | 0.01 |
| HSL | 264.76º | 0.99% | 0.5% | - |
| HSV(B) | 264.76º | 1% | 0.99% | - |
| XYZ | 23.57 | 10.12 | 93.64 | - |
| YUV | 60.82 | 236.46 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 253 | 0.58 | 1.00 | 0 | 0.01 | 264.76 | 0.99 | 0.5 |
| Hex | 69 | 1 | FD | 3A | 64 | 0 | 1 | 109 | 63 | 32 |
| Octal | 151 | 1 | 375 | 72 | 144 | 0 | 1 | 411 | 143 | 62 |
| Binary | 1101001 | 1 | 11111101 | 111010 | 1100100 | 0 | 1 | 100001001 | 1100011 | 110010 |
Color Harmonies of #6901FD
Complementary color
Monochromatic Colors of #6901FD
Black with #6901FD
Text Example
Text Example
White with #6901FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6901FD; }
p { color: rgb(105,1,253); }
H1.HeaderClassName
{
color: #6901FD;
}
.AnyTagClassName
{
color: #6901FD;
}
</style>
background-color css
<style>
a { background-color: #6901FD; }
a { background-color: rgb(105,1,253); }
div.DivClassName
{
background-color: #6901FD;
}
.BgClassName
{
background-color: #6901FD;
}
</style>
border-color css
<style>
span { border-color: #6901FD; }
span { border-color: rgb(105,1,253); }
td.TdClassName
{
border-color: #6901FD;
}
.TagClassName
{
border-color: #6901FD;
}
</style>