Shades of Electric Indigo #670EFC
Tints of Electric Indigo #670EFC
RGB
CMYK
RGB Variations
Color information
#670EFC (or 0x670EFC) is known color: Electric Indigo. HEX triplet: 67, 0E and FC. RGB value is (103,14,252). Sum of RGB (Red+Green+Blue) = 103+14+252=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #670EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #670EFC is #98F103. Grayscale: #424242. Windows color (decimal): -10023172 or 16518759. OLE color: 16518759.
HSL color Cylindrical-coordinate representation of color #670EFC: hue angle of 262.44º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670EFC is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 14 | 252 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.01 |
| HSL | 262.44º | 0.98% | 0.52% | - |
| HSV(B) | 262.44º | 0.94% | 0.99% | - |
| XYZ | 23.32 | 10.23 | 92.84 | - |
| YUV | 67.74 | 231.99 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 14 | 252 | 0.59 | 0.94 | 0 | 0.01 | 262.44 | 0.98 | 0.52 |
| Hex | 67 | E | FC | 3B | 5E | 0 | 1 | 106 | 62 | 34 |
| Octal | 147 | 16 | 374 | 73 | 136 | 0 | 1 | 406 | 142 | 64 |
| Binary | 1100111 | 1110 | 11111100 | 111011 | 1011110 | 0 | 1 | 100000110 | 1100010 | 110100 |
Color Harmonies of #670EFC
Complementary color
Monochromatic Colors of #670EFC
Black with #670EFC
Text Example
Text Example
White with #670EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670EFC; }
p { color: rgb(103,14,252); }
H1.HeaderClassName
{
color: #670EFC;
}
.AnyTagClassName
{
color: #670EFC;
}
</style>
background-color css
<style>
a { background-color: #670EFC; }
a { background-color: rgb(103,14,252); }
div.DivClassName
{
background-color: #670EFC;
}
.BgClassName
{
background-color: #670EFC;
}
</style>
border-color css
<style>
span { border-color: #670EFC; }
span { border-color: rgb(103,14,252); }
td.TdClassName
{
border-color: #670EFC;
}
.TagClassName
{
border-color: #670EFC;
}
</style>