Shades of Electric Indigo #680CEF
Tints of Electric Indigo #680CEF
RGB
CMYK
RGB Variations
Color information
#680CEF (or 0x680CEF) is known color: Electric Indigo. HEX triplet: 68, 0C and EF. RGB value is (104,12,239). Sum of RGB (Red+Green+Blue) = 104+12+239=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #680CEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680CEF is #97F310. Grayscale: #404040. Windows color (decimal): -9958161 or 15666280. OLE color: 15666280.
HSL color Cylindrical-coordinate representation of color #680CEF: hue angle of 264.32º 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 #680CEF is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 12 | 239 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.06 |
| HSL | 264.32º | 0.9% | 0.49% | - |
| HSV(B) | 264.32º | 0.95% | 0.94% | - |
| XYZ | 21.42 | 9.44 | 82.35 | - |
| YUV | 65.39 | 225.98 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 239 | 0.56 | 0.95 | 0 | 0.06 | 264.32 | 0.9 | 0.49 |
| Hex | 68 | C | EF | 38 | 5F | 0 | 6 | 108 | 5A | 31 |
| Octal | 150 | 14 | 357 | 70 | 137 | 0 | 6 | 410 | 132 | 61 |
| Binary | 1101000 | 1100 | 11101111 | 111000 | 1011111 | 0 | 110 | 100001000 | 1011010 | 110001 |
Color Harmonies of #680CEF
Complementary color
Monochromatic Colors of #680CEF
Black with #680CEF
Text Example
Text Example
White with #680CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680CEF; }
p { color: rgb(104,12,239); }
H1.HeaderClassName
{
color: #680CEF;
}
.AnyTagClassName
{
color: #680CEF;
}
</style>
background-color css
<style>
a { background-color: #680CEF; }
a { background-color: rgb(104,12,239); }
div.DivClassName
{
background-color: #680CEF;
}
.BgClassName
{
background-color: #680CEF;
}
</style>
border-color css
<style>
span { border-color: #680CEF; }
span { border-color: rgb(104,12,239); }
td.TdClassName
{
border-color: #680CEF;
}
.TagClassName
{
border-color: #680CEF;
}
</style>