Shades of Electric Indigo #6609FF
Tints of Electric Indigo #6609FF
RGB
CMYK
RGB Variations
Color information
#6609FF (or 0x6609FF) is known color: Electric Indigo. HEX triplet: 66, 09 and FF. RGB value is (102,9,255). Sum of RGB (Red+Green+Blue) = 102+9+255=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #6609FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6609FF is #99F600. Grayscale: #3F3F3F. Windows color (decimal): -10089985 or 16714086. OLE color: 16714086.
HSL color Cylindrical-coordinate representation of color #6609FF: hue angle of 262.68º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6609FF is Cyan = 0.6, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 9 | 255 | - |
| CMYK | 0.6 | 0.96 | 0 | 0 |
| HSL | 262.68º | 1% | 0.52% | - |
| HSV(B) | 262.68º | 0.96% | 1% | - |
| XYZ | 23.63 | 10.24 | 95.34 | - |
| YUV | 64.85 | 235.31 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 255 | 0.6 | 0.96 | 0 | 0 | 262.68 | 1 | 0.52 |
| Hex | 66 | 9 | FF | 3C | 60 | 0 | 0 | 107 | 64 | 34 |
| Octal | 146 | 11 | 377 | 74 | 140 | 0 | 0 | 407 | 144 | 64 |
| Binary | 1100110 | 1001 | 11111111 | 111100 | 1100000 | 0 | 0 | 100000111 | 1100100 | 110100 |
Color Harmonies of #6609FF
Complementary color
Monochromatic Colors of #6609FF
Black with #6609FF
Text Example
Text Example
White with #6609FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6609FF; }
p { color: rgb(102,9,255); }
H1.HeaderClassName
{
color: #6609FF;
}
.AnyTagClassName
{
color: #6609FF;
}
</style>
background-color css
<style>
a { background-color: #6609FF; }
a { background-color: rgb(102,9,255); }
div.DivClassName
{
background-color: #6609FF;
}
.BgClassName
{
background-color: #6609FF;
}
</style>
border-color css
<style>
span { border-color: #6609FF; }
span { border-color: rgb(102,9,255); }
td.TdClassName
{
border-color: #6609FF;
}
.TagClassName
{
border-color: #6609FF;
}
</style>