Shades of Electric Indigo #660FFB
Tints of Electric Indigo #660FFB
RGB
CMYK
RGB Variations
Color information
#660FFB (or 0x660FFB) is known color: Electric Indigo. HEX triplet: 66, 0F and FB. RGB value is (102,15,251). Sum of RGB (Red+Green+Blue) = 102+15+251=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #660FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660FFB is #99F004. Grayscale: #434343. Windows color (decimal): -10088453 or 16453478. OLE color: 16453478.
HSL color Cylindrical-coordinate representation of color #660FFB: hue angle of 262.12º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660FFB is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 15 | 251 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.02 |
| HSL | 262.12º | 0.97% | 0.52% | - |
| HSV(B) | 262.12º | 0.94% | 0.98% | - |
| XYZ | 23.06 | 10.13 | 92.01 | - |
| YUV | 67.92 | 231.32 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 251 | 0.59 | 0.94 | 0 | 0.02 | 262.12 | 0.97 | 0.52 |
| Hex | 66 | F | FB | 3B | 5E | 0 | 2 | 106 | 61 | 34 |
| Octal | 146 | 17 | 373 | 73 | 136 | 0 | 2 | 406 | 141 | 64 |
| Binary | 1100110 | 1111 | 11111011 | 111011 | 1011110 | 0 | 10 | 100000110 | 1100001 | 110100 |
Color Harmonies of #660FFB
Complementary color
Monochromatic Colors of #660FFB
Black with #660FFB
Text Example
Text Example
White with #660FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660FFB; }
p { color: rgb(102,15,251); }
H1.HeaderClassName
{
color: #660FFB;
}
.AnyTagClassName
{
color: #660FFB;
}
</style>
background-color css
<style>
a { background-color: #660FFB; }
a { background-color: rgb(102,15,251); }
div.DivClassName
{
background-color: #660FFB;
}
.BgClassName
{
background-color: #660FFB;
}
</style>
border-color css
<style>
span { border-color: #660FFB; }
span { border-color: rgb(102,15,251); }
td.TdClassName
{
border-color: #660FFB;
}
.TagClassName
{
border-color: #660FFB;
}
</style>