Html Css Color HEX #6803EA Electric Indigo

📋 copy color: '#6803EA'

red 104 ◦ green 3 ◦ blue 234

#6803EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #6803EA

Tints of Electric Indigo #6803EA

RGB

 RED value IS 104 (41.02% from 255) = 30.5%

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 234 (91.8% from 255) = 68.62%

R = 30.5%
G = 0.88%
B = 68.62%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6803EA (or 0x6803EA) is known color: Electric Indigo. HEX triplet: 68, 03 and EA. RGB value is (104,3,234). Sum of RGB (Red+Green+Blue) = 104+3+234=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #6803EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6803EA is #97FC15. Grayscale: #3A3A3A. Windows color (decimal): -9960470 or 15336296. OLE color: 15336296.

HSL color Cylindrical-coordinate representation of color #6803EA: hue angle of 266.23º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6803EA is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 3 234 -
CMYK 0.56 0.99 0 0.08
HSL 266.23º 0.97% 0.46% -
HSV(B) 266.23º 0.99% 0.92% -
XYZ 20.59 8.95 78.48 -
YUV 59.53 226.46 159.72 -
System Red Green Blue C M Y K H S L
Decimal 104 3 234 0.56 0.99 0 0.08 266.23 0.97 0.46
Hex 68 3 EA 38 63 0 8 10A 61 2E
Octal 150 3 352 70 143 0 10 412 141 56
Binary 1101000 11 11101010 111000 1100011 0 1000 100001010 1100001 101110

Color Harmonies of #6803EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6803EA

Black with #6803EA

Text Example


Text Example

White with #6803EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6803EA; }

 p { color: rgb(104,3,234); }

 H1.HeaderClassName
 {
   color: #6803EA;
 }
 .AnyTagClassName
 {
   color: #6803EA;
 }
</style>

background-color css

<style>
 a { background-color: #6803EA; }

 a { background-color: rgb(104,3,234); }

 div.DivClassName
 {
   background-color: #6803EA;
 }
 .BgClassName
 {
   background-color: #6803EA;
 }
</style>

border-color css

<style>
 span { border-color: #6803EA; }

 span { border-color: rgb(104,3,234); }

 td.TdClassName
 {
   border-color: #6803EA;
 }
 .TagClassName
 {
   border-color: #6803EA;
 }
</style>