Shades of Electric Indigo #6603DF
Tints of Electric Indigo #6603DF
RGB
CMYK
RGB Variations
Color information
#6603DF (or 0x6603DF) is known color: Electric Indigo. HEX triplet: 66, 03 and DF. RGB value is (102,3,223). Sum of RGB (Red+Green+Blue) = 102+3+223=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #6603DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6603DF is #99FC20. Grayscale: #383838. Windows color (decimal): -10091553 or 14615398. OLE color: 14615398.
HSL color Cylindrical-coordinate representation of color #6603DF: hue angle of 267º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6603DF is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 3 | 223 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.13 |
| HSL | 267º | 0.97% | 0.44% | - |
| HSV(B) | 267º | 0.99% | 0.87% | - |
| XYZ | 18.83 | 8.22 | 70.41 | - |
| YUV | 57.68 | 221.3 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 223 | 0.54 | 0.99 | 0 | 0.13 | 267 | 0.97 | 0.44 |
| Hex | 66 | 3 | DF | 36 | 63 | 0 | D | 10B | 61 | 2C |
| Octal | 146 | 3 | 337 | 66 | 143 | 0 | 15 | 413 | 141 | 54 |
| Binary | 1100110 | 11 | 11011111 | 110110 | 1100011 | 0 | 1101 | 100001011 | 1100001 | 101100 |
Color Harmonies of #6603DF
Complementary color
Monochromatic Colors of #6603DF
Black with #6603DF
Text Example
Text Example
White with #6603DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6603DF; }
p { color: rgb(102,3,223); }
H1.HeaderClassName
{
color: #6603DF;
}
.AnyTagClassName
{
color: #6603DF;
}
</style>
background-color css
<style>
a { background-color: #6603DF; }
a { background-color: rgb(102,3,223); }
div.DivClassName
{
background-color: #6603DF;
}
.BgClassName
{
background-color: #6603DF;
}
</style>
border-color css
<style>
span { border-color: #6603DF; }
span { border-color: rgb(102,3,223); }
td.TdClassName
{
border-color: #6603DF;
}
.TagClassName
{
border-color: #6603DF;
}
</style>