Shades of Electric Indigo #6908FD
Tints of Electric Indigo #6908FD
RGB
CMYK
RGB Variations
Color information
#6908FD (or 0x6908FD) is known color: Electric Indigo. HEX triplet: 69, 08 and FD. RGB value is (105,8,253). Sum of RGB (Red+Green+Blue) = 105+8+253=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 253 (99.22% from 255 or 69.13% from 366); Max value from RGB is 253 - color contains mainly: blue. Hex color #6908FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6908FD is #96F702. Grayscale: #404040. Windows color (decimal): -9893635 or 16582761. OLE color: 16582761.
HSL color Cylindrical-coordinate representation of color #6908FD: hue angle of 263.76º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6908FD is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 8 | 253 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.01 |
| HSL | 263.76º | 0.98% | 0.51% | - |
| HSV(B) | 263.76º | 0.97% | 0.99% | - |
| XYZ | 23.64 | 10.27 | 93.66 | - |
| YUV | 64.93 | 234.14 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 253 | 0.58 | 0.97 | 0 | 0.01 | 263.76 | 0.98 | 0.51 |
| Hex | 69 | 8 | FD | 3A | 61 | 0 | 1 | 108 | 62 | 33 |
| Octal | 151 | 10 | 375 | 72 | 141 | 0 | 1 | 410 | 142 | 63 |
| Binary | 1101001 | 1000 | 11111101 | 111010 | 1100001 | 0 | 1 | 100001000 | 1100010 | 110011 |
Color Harmonies of #6908FD
Complementary color
Monochromatic Colors of #6908FD
Black with #6908FD
Text Example
Text Example
White with #6908FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6908FD; }
p { color: rgb(105,8,253); }
H1.HeaderClassName
{
color: #6908FD;
}
.AnyTagClassName
{
color: #6908FD;
}
</style>
background-color css
<style>
a { background-color: #6908FD; }
a { background-color: rgb(105,8,253); }
div.DivClassName
{
background-color: #6908FD;
}
.BgClassName
{
background-color: #6908FD;
}
</style>
border-color css
<style>
span { border-color: #6908FD; }
span { border-color: rgb(105,8,253); }
td.TdClassName
{
border-color: #6908FD;
}
.TagClassName
{
border-color: #6908FD;
}
</style>