Shades of Electric Indigo #6A00F3
Tints of Electric Indigo #6A00F3
RGB
CMYK
RGB Variations
Color information
#6A00F3 (or 0x6A00F3) is known color: Electric Indigo. HEX triplet: 6A, 00 and F3. RGB value is (106,0,243). Sum of RGB (Red+Green+Blue) = 106+0+243=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 243 (95.31% from 255 or 69.63% from 349); Max value from RGB is 243 - color contains mainly: blue. Hex color #6A00F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A00F3 is #95FF0C. Grayscale: #3A3A3A. Windows color (decimal): -9830157 or 15925354. OLE color: 15925354.
HSL color Cylindrical-coordinate representation of color #6A00F3: hue angle of 266.17º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A00F3 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 0 | 243 | - |
| CMYK | 0.56 | 1 | 0 | 0.05 |
| HSL | 266.17º | 1% | 0.48% | - |
| HSV(B) | 266.17º | 1% | 0.95% | - |
| XYZ | 22.12 | 9.54 | 85.47 | - |
| YUV | 59.4 | 231.62 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 243 | 0.56 | 1 | 0 | 0.05 | 266.17 | 1 | 0.48 |
| Hex | 6A | 0 | F3 | 38 | 64 | 0 | 5 | 10A | 64 | 30 |
| Octal | 152 | 0 | 363 | 70 | 144 | 0 | 5 | 412 | 144 | 60 |
| Binary | 1101010 | 0 | 11110011 | 111000 | 1100100 | 0 | 101 | 100001010 | 1100100 | 110000 |
Color Harmonies of #6A00F3
Complementary color
Monochromatic Colors of #6A00F3
Black with #6A00F3
Text Example
Text Example
White with #6A00F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A00F3; }
p { color: rgb(106,0,243); }
H1.HeaderClassName
{
color: #6A00F3;
}
.AnyTagClassName
{
color: #6A00F3;
}
</style>
background-color css
<style>
a { background-color: #6A00F3; }
a { background-color: rgb(106,0,243); }
div.DivClassName
{
background-color: #6A00F3;
}
.BgClassName
{
background-color: #6A00F3;
}
</style>
border-color css
<style>
span { border-color: #6A00F3; }
span { border-color: rgb(106,0,243); }
td.TdClassName
{
border-color: #6A00F3;
}
.TagClassName
{
border-color: #6A00F3;
}
</style>