Shades of Electric Indigo #660BFD
Tints of Electric Indigo #660BFD
RGB
CMYK
RGB Variations
Color information
#660BFD (or 0x660BFD) is known color: Electric Indigo. HEX triplet: 66, 0B and FD. RGB value is (102,11,253). Sum of RGB (Red+Green+Blue) = 102+11+253=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 253 (99.22% from 255 or 69.13% from 366); Max value from RGB is 253 - color contains mainly: blue. Hex color #660BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660BFD is #99F402. Grayscale: #404040. Windows color (decimal): -10089475 or 16583526. OLE color: 16583526.
HSL color Cylindrical-coordinate representation of color #660BFD: hue angle of 262.56º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660BFD is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 11 | 253 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.01 |
| HSL | 262.56º | 0.98% | 0.52% | - |
| HSV(B) | 262.56º | 0.96% | 0.99% | - |
| XYZ | 23.33 | 10.16 | 93.66 | - |
| YUV | 65.8 | 233.65 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 253 | 0.60 | 0.96 | 0 | 0.01 | 262.56 | 0.98 | 0.52 |
| Hex | 66 | B | FD | 3C | 60 | 0 | 1 | 107 | 62 | 34 |
| Octal | 146 | 13 | 375 | 74 | 140 | 0 | 1 | 407 | 142 | 64 |
| Binary | 1100110 | 1011 | 11111101 | 111100 | 1100000 | 0 | 1 | 100000111 | 1100010 | 110100 |
Color Harmonies of #660BFD
Complementary color
Monochromatic Colors of #660BFD
Black with #660BFD
Text Example
Text Example
White with #660BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660BFD; }
p { color: rgb(102,11,253); }
H1.HeaderClassName
{
color: #660BFD;
}
.AnyTagClassName
{
color: #660BFD;
}
</style>
background-color css
<style>
a { background-color: #660BFD; }
a { background-color: rgb(102,11,253); }
div.DivClassName
{
background-color: #660BFD;
}
.BgClassName
{
background-color: #660BFD;
}
</style>
border-color css
<style>
span { border-color: #660BFD; }
span { border-color: rgb(102,11,253); }
td.TdClassName
{
border-color: #660BFD;
}
.TagClassName
{
border-color: #660BFD;
}
</style>