Shades of Electric Indigo #670CFE
Tints of Electric Indigo #670CFE
RGB
CMYK
RGB Variations
Color information
#670CFE (or 0x670CFE) is known color: Electric Indigo. HEX triplet: 67, 0C and FE. RGB value is (103,12,254). Sum of RGB (Red+Green+Blue) = 103+12+254=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #670CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #670CFE is #98F301. Grayscale: #414141. Windows color (decimal): -10023682 or 16649319. OLE color: 16649319.
HSL color Cylindrical-coordinate representation of color #670CFE: hue angle of 262.56º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670CFE is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 12 | 254 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.00 |
| HSL | 262.56º | 0.99% | 0.52% | - |
| HSV(B) | 262.56º | 0.95% | 1% | - |
| XYZ | 23.61 | 10.3 | 94.51 | - |
| YUV | 66.8 | 233.65 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 254 | 0.59 | 0.95 | 0 | 0.00 | 262.56 | 0.99 | 0.52 |
| Hex | 67 | C | FE | 3B | 5F | 0 | 0 | 107 | 63 | 34 |
| Octal | 147 | 14 | 376 | 73 | 137 | 0 | 0 | 407 | 143 | 64 |
| Binary | 1100111 | 1100 | 11111110 | 111011 | 1011111 | 0 | 0 | 100000111 | 1100011 | 110100 |
Color Harmonies of #670CFE
Complementary color
Monochromatic Colors of #670CFE
Black with #670CFE
Text Example
Text Example
White with #670CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670CFE; }
p { color: rgb(103,12,254); }
H1.HeaderClassName
{
color: #670CFE;
}
.AnyTagClassName
{
color: #670CFE;
}
</style>
background-color css
<style>
a { background-color: #670CFE; }
a { background-color: rgb(103,12,254); }
div.DivClassName
{
background-color: #670CFE;
}
.BgClassName
{
background-color: #670CFE;
}
</style>
border-color css
<style>
span { border-color: #670CFE; }
span { border-color: rgb(103,12,254); }
td.TdClassName
{
border-color: #670CFE;
}
.TagClassName
{
border-color: #670CFE;
}
</style>