Shades of Electric Indigo #660BDF
Tints of Electric Indigo #660BDF
RGB
CMYK
RGB Variations
Color information
#660BDF (or 0x660BDF) is known color: Electric Indigo. HEX triplet: 66, 0B and DF. RGB value is (102,11,223). Sum of RGB (Red+Green+Blue) = 102+11+223=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #660BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660BDF is #99F420. Grayscale: #3D3D3D. Windows color (decimal): -10089505 or 14617446. OLE color: 14617446.
HSL color Cylindrical-coordinate representation of color #660BDF: hue angle of 265.75º 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 #660BDF is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 11 | 223 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.13 |
| HSL | 265.75º | 0.91% | 0.46% | - |
| HSV(B) | 265.75º | 0.95% | 0.87% | - |
| XYZ | 18.92 | 8.39 | 70.43 | - |
| YUV | 62.38 | 218.65 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 223 | 0.54 | 0.95 | 0 | 0.13 | 265.75 | 0.91 | 0.46 |
| Hex | 66 | B | DF | 36 | 5F | 0 | D | 10A | 5B | 2E |
| Octal | 146 | 13 | 337 | 66 | 137 | 0 | 15 | 412 | 133 | 56 |
| Binary | 1100110 | 1011 | 11011111 | 110110 | 1011111 | 0 | 1101 | 100001010 | 1011011 | 101110 |
Color Harmonies of #660BDF
Complementary color
Monochromatic Colors of #660BDF
Black with #660BDF
Text Example
Text Example
White with #660BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660BDF; }
p { color: rgb(102,11,223); }
H1.HeaderClassName
{
color: #660BDF;
}
.AnyTagClassName
{
color: #660BDF;
}
</style>
background-color css
<style>
a { background-color: #660BDF; }
a { background-color: rgb(102,11,223); }
div.DivClassName
{
background-color: #660BDF;
}
.BgClassName
{
background-color: #660BDF;
}
</style>
border-color css
<style>
span { border-color: #660BDF; }
span { border-color: rgb(102,11,223); }
td.TdClassName
{
border-color: #660BDF;
}
.TagClassName
{
border-color: #660BDF;
}
</style>