Shades of Electric Indigo #660BEF
Tints of Electric Indigo #660BEF
RGB
CMYK
RGB Variations
Color information
#660BEF (or 0x660BEF) is known color: Electric Indigo. HEX triplet: 66, 0B and EF. RGB value is (102,11,239). Sum of RGB (Red+Green+Blue) = 102+11+239=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #660BEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660BEF is #99F410. Grayscale: #3F3F3F. Windows color (decimal): -10089489 or 15666022. OLE color: 15666022.
HSL color Cylindrical-coordinate representation of color #660BEF: hue angle of 263.95º degrees, saturation: 0.91, 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 #660BEF is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 11 | 239 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.06 |
| HSL | 263.95º | 0.91% | 0.49% | - |
| HSV(B) | 263.95º | 0.95% | 0.94% | - |
| XYZ | 21.18 | 9.3 | 82.34 | - |
| YUV | 64.2 | 226.65 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 239 | 0.57 | 0.95 | 0 | 0.06 | 263.95 | 0.91 | 0.49 |
| Hex | 66 | B | EF | 39 | 5F | 0 | 6 | 108 | 5B | 31 |
| Octal | 146 | 13 | 357 | 71 | 137 | 0 | 6 | 410 | 133 | 61 |
| Binary | 1100110 | 1011 | 11101111 | 111001 | 1011111 | 0 | 110 | 100001000 | 1011011 | 110001 |
Color Harmonies of #660BEF
Complementary color
Monochromatic Colors of #660BEF
Black with #660BEF
Text Example
Text Example
White with #660BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660BEF; }
p { color: rgb(102,11,239); }
H1.HeaderClassName
{
color: #660BEF;
}
.AnyTagClassName
{
color: #660BEF;
}
</style>
background-color css
<style>
a { background-color: #660BEF; }
a { background-color: rgb(102,11,239); }
div.DivClassName
{
background-color: #660BEF;
}
.BgClassName
{
background-color: #660BEF;
}
</style>
border-color css
<style>
span { border-color: #660BEF; }
span { border-color: rgb(102,11,239); }
td.TdClassName
{
border-color: #660BEF;
}
.TagClassName
{
border-color: #660BEF;
}
</style>