Shades of Electric Indigo #6901D5
Tints of Electric Indigo #6901D5
RGB
CMYK
RGB Variations
Color information
#6901D5 (or 0x6901D5) is known color: Electric Indigo. HEX triplet: 69, 01 and D5. RGB value is (105,1,213). Sum of RGB (Red+Green+Blue) = 105+1+213=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 213 (83.59% from 255 or 66.77% from 319); Max value from RGB is 213 - color contains mainly: blue. Hex color #6901D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6901D5 is #96FE2A. Grayscale: #373737. Windows color (decimal): -9895467 or 13959529. OLE color: 13959529.
HSL color Cylindrical-coordinate representation of color #6901D5: hue angle of 269.43º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6901D5 is Cyan = 0.51, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 1 | 213 | - |
| CMYK | 0.51 | 1.00 | 0 | 0.16 |
| HSL | 269.43º | 0.99% | 0.42% | - |
| HSV(B) | 269.43º | 1% | 0.84% | - |
| XYZ | 17.85 | 7.83 | 63.52 | - |
| YUV | 56.26 | 216.46 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 213 | 0.51 | 1.00 | 0 | 0.16 | 269.43 | 0.99 | 0.42 |
| Hex | 69 | 1 | D5 | 33 | 64 | 0 | 10 | 10D | 63 | 2A |
| Octal | 151 | 1 | 325 | 63 | 144 | 0 | 20 | 415 | 143 | 52 |
| Binary | 1101001 | 1 | 11010101 | 110011 | 1100100 | 0 | 10000 | 100001101 | 1100011 | 101010 |
Color Harmonies of #6901D5
Complementary color
Monochromatic Colors of #6901D5
Black with #6901D5
Text Example
Text Example
White with #6901D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6901D5; }
p { color: rgb(105,1,213); }
H1.HeaderClassName
{
color: #6901D5;
}
.AnyTagClassName
{
color: #6901D5;
}
</style>
background-color css
<style>
a { background-color: #6901D5; }
a { background-color: rgb(105,1,213); }
div.DivClassName
{
background-color: #6901D5;
}
.BgClassName
{
background-color: #6901D5;
}
</style>
border-color css
<style>
span { border-color: #6901D5; }
span { border-color: rgb(105,1,213); }
td.TdClassName
{
border-color: #6901D5;
}
.TagClassName
{
border-color: #6901D5;
}
</style>