Shades of Electric Indigo #6803DF
Tints of Electric Indigo #6803DF
RGB
CMYK
RGB Variations
Color information
#6803DF (or 0x6803DF) is known color: Electric Indigo. HEX triplet: 68, 03 and DF. RGB value is (104,3,223). Sum of RGB (Red+Green+Blue) = 104+3+223=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #6803DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6803DF is #97FC20. Grayscale: #393939. Windows color (decimal): -9960481 or 14615400. OLE color: 14615400.
HSL color Cylindrical-coordinate representation of color #6803DF: hue angle of 267.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6803DF is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 3 | 223 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.13 |
| HSL | 267.55º | 0.97% | 0.44% | - |
| HSV(B) | 267.55º | 0.99% | 0.87% | - |
| XYZ | 19.06 | 8.34 | 70.42 | - |
| YUV | 58.28 | 220.96 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 223 | 0.53 | 0.99 | 0 | 0.13 | 267.55 | 0.97 | 0.44 |
| Hex | 68 | 3 | DF | 35 | 63 | 0 | D | 10C | 61 | 2C |
| Octal | 150 | 3 | 337 | 65 | 143 | 0 | 15 | 414 | 141 | 54 |
| Binary | 1101000 | 11 | 11011111 | 110101 | 1100011 | 0 | 1101 | 100001100 | 1100001 | 101100 |
Color Harmonies of #6803DF
Complementary color
Monochromatic Colors of #6803DF
Black with #6803DF
Text Example
Text Example
White with #6803DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6803DF; }
p { color: rgb(104,3,223); }
H1.HeaderClassName
{
color: #6803DF;
}
.AnyTagClassName
{
color: #6803DF;
}
</style>
background-color css
<style>
a { background-color: #6803DF; }
a { background-color: rgb(104,3,223); }
div.DivClassName
{
background-color: #6803DF;
}
.BgClassName
{
background-color: #6803DF;
}
</style>
border-color css
<style>
span { border-color: #6803DF; }
span { border-color: rgb(104,3,223); }
td.TdClassName
{
border-color: #6803DF;
}
.TagClassName
{
border-color: #6803DF;
}
</style>