Shades of Electric Indigo #6A03F3
Tints of Electric Indigo #6A03F3
RGB
CMYK
RGB Variations
Color information
#6A03F3 (or 0x6A03F3) is known color: Electric Indigo. HEX triplet: 6A, 03 and F3. RGB value is (106,3,243). Sum of RGB (Red+Green+Blue) = 106+3+243=352 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.11% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 243 (95.31% from 255 or 69.03% from 352); Max value from RGB is 243 - color contains mainly: blue. Hex color #6A03F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A03F3 is #95FC0C. Grayscale: #3C3C3C. Windows color (decimal): -9829389 or 15926122. OLE color: 15926122.
HSL color Cylindrical-coordinate representation of color #6A03F3: hue angle of 265.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A03F3 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 3 | 243 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.05 |
| HSL | 265.75º | 0.98% | 0.48% | - |
| HSV(B) | 265.75º | 0.99% | 0.95% | - |
| XYZ | 22.15 | 9.6 | 85.48 | - |
| YUV | 61.16 | 230.62 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 3 | 243 | 0.56 | 0.99 | 0 | 0.05 | 265.75 | 0.98 | 0.48 |
| Hex | 6A | 3 | F3 | 38 | 63 | 0 | 5 | 10A | 62 | 30 |
| Octal | 152 | 3 | 363 | 70 | 143 | 0 | 5 | 412 | 142 | 60 |
| Binary | 1101010 | 11 | 11110011 | 111000 | 1100011 | 0 | 101 | 100001010 | 1100010 | 110000 |
Color Harmonies of #6A03F3
Complementary color
Monochromatic Colors of #6A03F3
Black with #6A03F3
Text Example
Text Example
White with #6A03F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A03F3; }
p { color: rgb(106,3,243); }
H1.HeaderClassName
{
color: #6A03F3;
}
.AnyTagClassName
{
color: #6A03F3;
}
</style>
background-color css
<style>
a { background-color: #6A03F3; }
a { background-color: rgb(106,3,243); }
div.DivClassName
{
background-color: #6A03F3;
}
.BgClassName
{
background-color: #6A03F3;
}
</style>
border-color css
<style>
span { border-color: #6A03F3; }
span { border-color: rgb(106,3,243); }
td.TdClassName
{
border-color: #6A03F3;
}
.TagClassName
{
border-color: #6A03F3;
}
</style>