Shades of Electric Indigo #6C02EE
Tints of Electric Indigo #6C02EE
RGB
CMYK
RGB Variations
Color information
#6C02EE (or 0x6C02EE) is known color: Electric Indigo. HEX triplet: 6C, 02 and EE. RGB value is (108,2,238). Sum of RGB (Red+Green+Blue) = 108+2+238=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 238 (93.36% from 255 or 68.39% from 348); Max value from RGB is 238 - color contains mainly: blue. Hex color #6C02EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C02EE is #93FD11. Grayscale: #3B3B3B. Windows color (decimal): -9698578 or 15598188. OLE color: 15598188.
HSL color Cylindrical-coordinate representation of color #6C02EE: hue angle of 266.95º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C02EE is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 2 | 238 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.07 |
| HSL | 266.95º | 0.98% | 0.47% | - |
| HSV(B) | 266.95º | 0.99% | 0.93% | - |
| XYZ | 21.64 | 9.4 | 81.56 | - |
| YUV | 60.6 | 228.12 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 238 | 0.55 | 0.99 | 0 | 0.07 | 266.95 | 0.98 | 0.47 |
| Hex | 6C | 2 | EE | 37 | 63 | 0 | 7 | 10B | 62 | 2F |
| Octal | 154 | 2 | 356 | 67 | 143 | 0 | 7 | 413 | 142 | 57 |
| Binary | 1101100 | 10 | 11101110 | 110111 | 1100011 | 0 | 111 | 100001011 | 1100010 | 101111 |
Color Harmonies of #6C02EE
Complementary color
Monochromatic Colors of #6C02EE
Black with #6C02EE
Text Example
Text Example
White with #6C02EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C02EE; }
p { color: rgb(108,2,238); }
H1.HeaderClassName
{
color: #6C02EE;
}
.AnyTagClassName
{
color: #6C02EE;
}
</style>
background-color css
<style>
a { background-color: #6C02EE; }
a { background-color: rgb(108,2,238); }
div.DivClassName
{
background-color: #6C02EE;
}
.BgClassName
{
background-color: #6C02EE;
}
</style>
border-color css
<style>
span { border-color: #6C02EE; }
span { border-color: rgb(108,2,238); }
td.TdClassName
{
border-color: #6C02EE;
}
.TagClassName
{
border-color: #6C02EE;
}
</style>