Shades of Electric Indigo #6805F3
Tints of Electric Indigo #6805F3
RGB
CMYK
RGB Variations
Color information
#6805F3 (or 0x6805F3) is known color: Electric Indigo. HEX triplet: 68, 05 and F3. RGB value is (104,5,243). Sum of RGB (Red+Green+Blue) = 104+5+243=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 5 (2.34% from 255 or 1.42% 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 #6805F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6805F3 is #97FA0C. Grayscale: #3C3C3C. Windows color (decimal): -9959949 or 15926632. OLE color: 15926632.
HSL color Cylindrical-coordinate representation of color #6805F3: hue angle of 264.96º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6805F3 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 5 | 243 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.05 |
| HSL | 264.96º | 0.96% | 0.49% | - |
| HSV(B) | 264.96º | 0.98% | 0.95% | - |
| XYZ | 21.94 | 9.52 | 85.48 | - |
| YUV | 61.73 | 230.3 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 243 | 0.57 | 0.98 | 0 | 0.05 | 264.96 | 0.96 | 0.49 |
| Hex | 68 | 5 | F3 | 39 | 62 | 0 | 5 | 109 | 60 | 31 |
| Octal | 150 | 5 | 363 | 71 | 142 | 0 | 5 | 411 | 140 | 61 |
| Binary | 1101000 | 101 | 11110011 | 111001 | 1100010 | 0 | 101 | 100001001 | 1100000 | 110001 |
Color Harmonies of #6805F3
Complementary color
Monochromatic Colors of #6805F3
Black with #6805F3
Text Example
Text Example
White with #6805F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6805F3; }
p { color: rgb(104,5,243); }
H1.HeaderClassName
{
color: #6805F3;
}
.AnyTagClassName
{
color: #6805F3;
}
</style>
background-color css
<style>
a { background-color: #6805F3; }
a { background-color: rgb(104,5,243); }
div.DivClassName
{
background-color: #6805F3;
}
.BgClassName
{
background-color: #6805F3;
}
</style>
border-color css
<style>
span { border-color: #6805F3; }
span { border-color: rgb(104,5,243); }
td.TdClassName
{
border-color: #6805F3;
}
.TagClassName
{
border-color: #6805F3;
}
</style>