Shades of Electric Indigo #670BDE
Tints of Electric Indigo #670BDE
RGB
CMYK
RGB Variations
Color information
#670BDE (or 0x670BDE) is known color: Electric Indigo. HEX triplet: 67, 0B and DE. RGB value is (103,11,222). Sum of RGB (Red+Green+Blue) = 103+11+222=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #670BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670BDE is #98F421. Grayscale: #3D3D3D. Windows color (decimal): -10023970 or 14551911. OLE color: 14551911.
HSL color Cylindrical-coordinate representation of color #670BDE: hue angle of 266.16º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670BDE is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 11 | 222 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.13 |
| HSL | 266.16º | 0.91% | 0.46% | - |
| HSV(B) | 266.16º | 0.95% | 0.87% | - |
| XYZ | 18.9 | 8.4 | 69.73 | - |
| YUV | 62.56 | 217.98 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 11 | 222 | 0.54 | 0.95 | 0 | 0.13 | 266.16 | 0.91 | 0.46 |
| Hex | 67 | B | DE | 36 | 5F | 0 | D | 10A | 5B | 2E |
| Octal | 147 | 13 | 336 | 66 | 137 | 0 | 15 | 412 | 133 | 56 |
| Binary | 1100111 | 1011 | 11011110 | 110110 | 1011111 | 0 | 1101 | 100001010 | 1011011 | 101110 |
Color Harmonies of #670BDE
Complementary color
Monochromatic Colors of #670BDE
Black with #670BDE
Text Example
Text Example
White with #670BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670BDE; }
p { color: rgb(103,11,222); }
H1.HeaderClassName
{
color: #670BDE;
}
.AnyTagClassName
{
color: #670BDE;
}
</style>
background-color css
<style>
a { background-color: #670BDE; }
a { background-color: rgb(103,11,222); }
div.DivClassName
{
background-color: #670BDE;
}
.BgClassName
{
background-color: #670BDE;
}
</style>
border-color css
<style>
span { border-color: #670BDE; }
span { border-color: rgb(103,11,222); }
td.TdClassName
{
border-color: #670BDE;
}
.TagClassName
{
border-color: #670BDE;
}
</style>