Shades of Electric Indigo #6C0DEF
Tints of Electric Indigo #6C0DEF
RGB
CMYK
RGB Variations
Color information
#6C0DEF (or 0x6C0DEF) is known color: Electric Indigo. HEX triplet: 6C, 0D and EF. RGB value is (108,13,239). Sum of RGB (Red+Green+Blue) = 108+13+239=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C0DEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0DEF is #93F210. Grayscale: #424242. Windows color (decimal): -9695761 or 15666540. OLE color: 15666540.
HSL color Cylindrical-coordinate representation of color #6C0DEF: hue angle of 265.22º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0DEF is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 13 | 239 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.06 |
| HSL | 265.22º | 0.9% | 0.49% | - |
| HSV(B) | 265.22º | 0.95% | 0.94% | - |
| XYZ | 21.91 | 9.71 | 82.38 | - |
| YUV | 67.17 | 224.97 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 13 | 239 | 0.55 | 0.95 | 0 | 0.06 | 265.22 | 0.9 | 0.49 |
| Hex | 6C | D | EF | 37 | 5F | 0 | 6 | 109 | 5A | 31 |
| Octal | 154 | 15 | 357 | 67 | 137 | 0 | 6 | 411 | 132 | 61 |
| Binary | 1101100 | 1101 | 11101111 | 110111 | 1011111 | 0 | 110 | 100001001 | 1011010 | 110001 |
Color Harmonies of #6C0DEF
Complementary color
Monochromatic Colors of #6C0DEF
Black with #6C0DEF
Text Example
Text Example
White with #6C0DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0DEF; }
p { color: rgb(108,13,239); }
H1.HeaderClassName
{
color: #6C0DEF;
}
.AnyTagClassName
{
color: #6C0DEF;
}
</style>
background-color css
<style>
a { background-color: #6C0DEF; }
a { background-color: rgb(108,13,239); }
div.DivClassName
{
background-color: #6C0DEF;
}
.BgClassName
{
background-color: #6C0DEF;
}
</style>
border-color css
<style>
span { border-color: #6C0DEF; }
span { border-color: rgb(108,13,239); }
td.TdClassName
{
border-color: #6C0DEF;
}
.TagClassName
{
border-color: #6C0DEF;
}
</style>