Shades of Electric Indigo #6609FE
Tints of Electric Indigo #6609FE
RGB
CMYK
RGB Variations
Color information
#6609FE (or 0x6609FE) is known color: Electric Indigo. HEX triplet: 66, 09 and FE. RGB value is (102,9,254). Sum of RGB (Red+Green+Blue) = 102+9+254=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #6609FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6609FE is #99F601. Grayscale: #3F3F3F. Windows color (decimal): -10089986 or 16648550. OLE color: 16648550.
HSL color Cylindrical-coordinate representation of color #6609FE: hue angle of 262.78º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6609FE is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 9 | 254 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.00 |
| HSL | 262.78º | 0.99% | 0.52% | - |
| HSV(B) | 262.78º | 0.96% | 1% | - |
| XYZ | 23.47 | 10.18 | 94.49 | - |
| YUV | 64.74 | 234.81 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 254 | 0.60 | 0.96 | 0 | 0.00 | 262.78 | 0.99 | 0.52 |
| Hex | 66 | 9 | FE | 3C | 60 | 0 | 0 | 107 | 63 | 34 |
| Octal | 146 | 11 | 376 | 74 | 140 | 0 | 0 | 407 | 143 | 64 |
| Binary | 1100110 | 1001 | 11111110 | 111100 | 1100000 | 0 | 0 | 100000111 | 1100011 | 110100 |
Color Harmonies of #6609FE
Complementary color
Monochromatic Colors of #6609FE
Black with #6609FE
Text Example
Text Example
White with #6609FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6609FE; }
p { color: rgb(102,9,254); }
H1.HeaderClassName
{
color: #6609FE;
}
.AnyTagClassName
{
color: #6609FE;
}
</style>
background-color css
<style>
a { background-color: #6609FE; }
a { background-color: rgb(102,9,254); }
div.DivClassName
{
background-color: #6609FE;
}
.BgClassName
{
background-color: #6609FE;
}
</style>
border-color css
<style>
span { border-color: #6609FE; }
span { border-color: rgb(102,9,254); }
td.TdClassName
{
border-color: #6609FE;
}
.TagClassName
{
border-color: #6609FE;
}
</style>