Html Css Color HEX #6803EC Electric Indigo

📋 copy color: '#6803EC'

red 104 ◦ green 3 ◦ blue 236

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

Shades of Electric Indigo #6803EC

Tints of Electric Indigo #6803EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 68.8%

R = 30.32%
G = 0.87%
B = 68.8%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6803EC (or 0x6803EC) is known color: Electric Indigo. HEX triplet: 68, 03 and EC. RGB value is (104,3,236). Sum of RGB (Red+Green+Blue) = 104+3+236=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #6803EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6803EC is #97FC13. Grayscale: #3A3A3A. Windows color (decimal): -9960468 or 15467368. OLE color: 15467368.

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

Color convert

RGB 104 3 236 -
CMYK 0.56 0.99 0 0.07
HSL 266.01º 0.97% 0.47% -
HSV(B) 266.01º 0.99% 0.93% -
XYZ 20.88 9.06 80.01 -
YUV 59.76 227.46 159.55 -
System Red Green Blue C M Y K H S L
Decimal 104 3 236 0.56 0.99 0 0.07 266.01 0.97 0.47
Hex 68 3 EC 38 63 0 7 10A 61 2F
Octal 150 3 354 70 143 0 7 412 141 57
Binary 1101000 11 11101100 111000 1100011 0 111 100001010 1100001 101111

Color Harmonies of #6803EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6803EC

Black with #6803EC

Text Example


Text Example

White with #6803EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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