Shades of Electric Indigo #6908DD
Tints of Electric Indigo #6908DD
RGB
CMYK
RGB Variations
Color information
#6908DD (or 0x6908DD) is known color: Electric Indigo. HEX triplet: 69, 08 and DD. RGB value is (105,8,221). Sum of RGB (Red+Green+Blue) = 105+8+221=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #6908DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6908DD is #96F722. Grayscale: #3C3C3C. Windows color (decimal): -9893667 or 14485609. OLE color: 14485609.
HSL color Cylindrical-coordinate representation of color #6908DD: hue angle of 267.32º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6908DD is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 8 | 221 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.13 |
| HSL | 267.32º | 0.93% | 0.45% | - |
| HSV(B) | 267.32º | 0.96% | 0.87% | - |
| XYZ | 18.96 | 8.4 | 69.03 | - |
| YUV | 61.29 | 218.14 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 221 | 0.52 | 0.96 | 0 | 0.13 | 267.32 | 0.93 | 0.45 |
| Hex | 69 | 8 | DD | 34 | 60 | 0 | D | 10B | 5D | 2D |
| Octal | 151 | 10 | 335 | 64 | 140 | 0 | 15 | 413 | 135 | 55 |
| Binary | 1101001 | 1000 | 11011101 | 110100 | 1100000 | 0 | 1101 | 100001011 | 1011101 | 101101 |
Color Harmonies of #6908DD
Complementary color
Monochromatic Colors of #6908DD
Black with #6908DD
Text Example
Text Example
White with #6908DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6908DD; }
p { color: rgb(105,8,221); }
H1.HeaderClassName
{
color: #6908DD;
}
.AnyTagClassName
{
color: #6908DD;
}
</style>
background-color css
<style>
a { background-color: #6908DD; }
a { background-color: rgb(105,8,221); }
div.DivClassName
{
background-color: #6908DD;
}
.BgClassName
{
background-color: #6908DD;
}
</style>
border-color css
<style>
span { border-color: #6908DD; }
span { border-color: rgb(105,8,221); }
td.TdClassName
{
border-color: #6908DD;
}
.TagClassName
{
border-color: #6908DD;
}
</style>