Shades of Electric Indigo #6908F8
Tints of Electric Indigo #6908F8
RGB
CMYK
RGB Variations
Color information
#6908F8 (or 0x6908F8) is known color: Electric Indigo. HEX triplet: 69, 08 and F8. RGB value is (105,8,248). Sum of RGB (Red+Green+Blue) = 105+8+248=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 248 (97.27% from 255 or 68.70% from 361); Max value from RGB is 248 - color contains mainly: blue. Hex color #6908F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6908F8 is #96F707. Grayscale: #3F3F3F. Windows color (decimal): -9893640 or 16255081. OLE color: 16255081.
HSL color Cylindrical-coordinate representation of color #6908F8: hue angle of 264.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6908F8 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 8 | 248 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.03 |
| HSL | 264.25º | 0.94% | 0.5% | - |
| HSV(B) | 264.25º | 0.97% | 0.97% | - |
| XYZ | 22.86 | 9.95 | 89.52 | - |
| YUV | 64.36 | 231.64 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 248 | 0.58 | 0.97 | 0 | 0.03 | 264.25 | 0.94 | 0.5 |
| Hex | 69 | 8 | F8 | 3A | 61 | 0 | 3 | 108 | 5E | 32 |
| Octal | 151 | 10 | 370 | 72 | 141 | 0 | 3 | 410 | 136 | 62 |
| Binary | 1101001 | 1000 | 11111000 | 111010 | 1100001 | 0 | 11 | 100001000 | 1011110 | 110010 |
Color Harmonies of #6908F8
Complementary color
Monochromatic Colors of #6908F8
Black with #6908F8
Text Example
Text Example
White with #6908F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6908F8; }
p { color: rgb(105,8,248); }
H1.HeaderClassName
{
color: #6908F8;
}
.AnyTagClassName
{
color: #6908F8;
}
</style>
background-color css
<style>
a { background-color: #6908F8; }
a { background-color: rgb(105,8,248); }
div.DivClassName
{
background-color: #6908F8;
}
.BgClassName
{
background-color: #6908F8;
}
</style>
border-color css
<style>
span { border-color: #6908F8; }
span { border-color: rgb(105,8,248); }
td.TdClassName
{
border-color: #6908F8;
}
.TagClassName
{
border-color: #6908F8;
}
</style>