Shades of Electric Indigo #670CFF
Tints of Electric Indigo #670CFF
RGB
CMYK
RGB Variations
Color information
#670CFF (or 0x670CFF) is known color: Electric Indigo. HEX triplet: 67, 0C and FF. RGB value is (103,12,255). Sum of RGB (Red+Green+Blue) = 103+12+255=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #670CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #670CFF is #98F300. Grayscale: #424242. Windows color (decimal): -10023681 or 16714855. OLE color: 16714855.
HSL color Cylindrical-coordinate representation of color #670CFF: hue angle of 262.47º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670CFF is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 12 | 255 | - |
| CMYK | 0.60 | 0.95 | 0 | 0 |
| HSL | 262.47º | 1% | 0.52% | - |
| HSV(B) | 262.47º | 0.95% | 1% | - |
| XYZ | 23.77 | 10.37 | 95.36 | - |
| YUV | 66.91 | 234.15 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 255 | 0.60 | 0.95 | 0 | 0 | 262.47 | 1 | 0.52 |
| Hex | 67 | C | FF | 3C | 5F | 0 | 0 | 106 | 64 | 34 |
| Octal | 147 | 14 | 377 | 74 | 137 | 0 | 0 | 406 | 144 | 64 |
| Binary | 1100111 | 1100 | 11111111 | 111100 | 1011111 | 0 | 0 | 100000110 | 1100100 | 110100 |
Color Harmonies of #670CFF
Complementary color
Monochromatic Colors of #670CFF
Black with #670CFF
Text Example
Text Example
White with #670CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670CFF; }
p { color: rgb(103,12,255); }
H1.HeaderClassName
{
color: #670CFF;
}
.AnyTagClassName
{
color: #670CFF;
}
</style>
background-color css
<style>
a { background-color: #670CFF; }
a { background-color: rgb(103,12,255); }
div.DivClassName
{
background-color: #670CFF;
}
.BgClassName
{
background-color: #670CFF;
}
</style>
border-color css
<style>
span { border-color: #670CFF; }
span { border-color: rgb(103,12,255); }
td.TdClassName
{
border-color: #670CFF;
}
.TagClassName
{
border-color: #670CFF;
}
</style>