Shades of Electric Indigo #6C0DFD
Tints of Electric Indigo #6C0DFD
RGB
CMYK
RGB Variations
Color information
#6C0DFD (or 0x6C0DFD) is known color: Electric Indigo. HEX triplet: 6C, 0D and FD. RGB value is (108,13,253). Sum of RGB (Red+Green+Blue) = 108+13+253=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C0DFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0DFD is #93F202. Grayscale: #434343. Windows color (decimal): -9695747 or 16584044. OLE color: 16584044.
HSL color Cylindrical-coordinate representation of color #6C0DFD: hue angle of 263.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0DFD is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 13 | 253 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.01 |
| HSL | 263.75º | 0.98% | 0.52% | - |
| HSV(B) | 263.75º | 0.95% | 0.99% | - |
| XYZ | 24.06 | 10.57 | 93.7 | - |
| YUV | 68.77 | 231.97 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 13 | 253 | 0.57 | 0.95 | 0 | 0.01 | 263.75 | 0.98 | 0.52 |
| Hex | 6C | D | FD | 39 | 5F | 0 | 1 | 108 | 62 | 34 |
| Octal | 154 | 15 | 375 | 71 | 137 | 0 | 1 | 410 | 142 | 64 |
| Binary | 1101100 | 1101 | 11111101 | 111001 | 1011111 | 0 | 1 | 100001000 | 1100010 | 110100 |
Color Harmonies of #6C0DFD
Complementary color
Monochromatic Colors of #6C0DFD
Black with #6C0DFD
Text Example
Text Example
White with #6C0DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0DFD; }
p { color: rgb(108,13,253); }
H1.HeaderClassName
{
color: #6C0DFD;
}
.AnyTagClassName
{
color: #6C0DFD;
}
</style>
background-color css
<style>
a { background-color: #6C0DFD; }
a { background-color: rgb(108,13,253); }
div.DivClassName
{
background-color: #6C0DFD;
}
.BgClassName
{
background-color: #6C0DFD;
}
</style>
border-color css
<style>
span { border-color: #6C0DFD; }
span { border-color: rgb(108,13,253); }
td.TdClassName
{
border-color: #6C0DFD;
}
.TagClassName
{
border-color: #6C0DFD;
}
</style>