Shades of Electric Indigo #6B09DA
Tints of Electric Indigo #6B09DA
RGB
CMYK
RGB Variations
Color information
#6B09DA (or 0x6B09DA) is known color: Electric Indigo. HEX triplet: 6B, 09 and DA. RGB value is (107,9,218). Sum of RGB (Red+Green+Blue) = 107+9+218=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B09DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B09DA is #94F625. Grayscale: #3D3D3D. Windows color (decimal): -9762342 or 14289259. OLE color: 14289259.
HSL color Cylindrical-coordinate representation of color #6B09DA: hue angle of 268.13º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B09DA is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 9 | 218 | - |
| CMYK | 0.51 | 0.96 | 0 | 0.15 |
| HSL | 268.13º | 0.92% | 0.45% | - |
| HSV(B) | 268.13º | 0.96% | 0.85% | - |
| XYZ | 18.82 | 8.38 | 66.96 | - |
| YUV | 62.13 | 215.97 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 9 | 218 | 0.51 | 0.96 | 0 | 0.15 | 268.13 | 0.92 | 0.45 |
| Hex | 6B | 9 | DA | 33 | 60 | 0 | F | 10C | 5C | 2D |
| Octal | 153 | 11 | 332 | 63 | 140 | 0 | 17 | 414 | 134 | 55 |
| Binary | 1101011 | 1001 | 11011010 | 110011 | 1100000 | 0 | 1111 | 100001100 | 1011100 | 101101 |
Color Harmonies of #6B09DA
Complementary color
Monochromatic Colors of #6B09DA
Black with #6B09DA
Text Example
Text Example
White with #6B09DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B09DA; }
p { color: rgb(107,9,218); }
H1.HeaderClassName
{
color: #6B09DA;
}
.AnyTagClassName
{
color: #6B09DA;
}
</style>
background-color css
<style>
a { background-color: #6B09DA; }
a { background-color: rgb(107,9,218); }
div.DivClassName
{
background-color: #6B09DA;
}
.BgClassName
{
background-color: #6B09DA;
}
</style>
border-color css
<style>
span { border-color: #6B09DA; }
span { border-color: rgb(107,9,218); }
td.TdClassName
{
border-color: #6B09DA;
}
.TagClassName
{
border-color: #6B09DA;
}
</style>