Shades of Electric Indigo #6613FD
Tints of Electric Indigo #6613FD
RGB
CMYK
RGB Variations
Color information
#6613FD (or 0x6613FD) is known color: Electric Indigo. HEX triplet: 66, 13 and FD. RGB value is (102,19,253). Sum of RGB (Red+Green+Blue) = 102+19+253=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #6613FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6613FD is #99EC02. Grayscale: #454545. Windows color (decimal): -10087427 or 16585574. OLE color: 16585574.
HSL color Cylindrical-coordinate representation of color #6613FD: hue angle of 261.28º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6613FD is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 19 | 253 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.01 |
| HSL | 261.28º | 0.98% | 0.53% | - |
| HSV(B) | 261.28º | 0.92% | 0.99% | - |
| XYZ | 23.44 | 10.38 | 93.7 | - |
| YUV | 70.49 | 231 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 19 | 253 | 0.60 | 0.92 | 0 | 0.01 | 261.28 | 0.98 | 0.53 |
| Hex | 66 | 13 | FD | 3C | 5C | 0 | 1 | 105 | 62 | 35 |
| Octal | 146 | 23 | 375 | 74 | 134 | 0 | 1 | 405 | 142 | 65 |
| Binary | 1100110 | 10011 | 11111101 | 111100 | 1011100 | 0 | 1 | 100000101 | 1100010 | 110101 |
Color Harmonies of #6613FD
Complementary color
Monochromatic Colors of #6613FD
Black with #6613FD
Text Example
Text Example
White with #6613FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6613FD; }
p { color: rgb(102,19,253); }
H1.HeaderClassName
{
color: #6613FD;
}
.AnyTagClassName
{
color: #6613FD;
}
</style>
background-color css
<style>
a { background-color: #6613FD; }
a { background-color: rgb(102,19,253); }
div.DivClassName
{
background-color: #6613FD;
}
.BgClassName
{
background-color: #6613FD;
}
</style>
border-color css
<style>
span { border-color: #6613FD; }
span { border-color: rgb(102,19,253); }
td.TdClassName
{
border-color: #6613FD;
}
.TagClassName
{
border-color: #6613FD;
}
</style>