Html Css Color HEX #6814ED Electric Indigo

📋 copy color: '#6814ED'

red 104 ◦ green 20 ◦ blue 237

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

Shades of Electric Indigo #6814ED

Tints of Electric Indigo #6814ED

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.54%

 BLUE value IS 237 (92.97% from 255) = 65.65%

R = 28.81%
G = 5.54%
B = 65.65%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6814ED (or 0x6814ED) is known color: Electric Indigo. HEX triplet: 68, 14 and ED. RGB value is (104,20,237). Sum of RGB (Red+Green+Blue) = 104+20+237=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #6814ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6814ED is #97EB12. Grayscale: #454545. Windows color (decimal): -9956115 or 15537256. OLE color: 15537256.

HSL color Cylindrical-coordinate representation of color #6814ED: hue angle of 263.23º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6814ED is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 20 237 -
CMYK 0.56 0.92 0 0.07
HSL 263.23º 0.86% 0.5% -
HSV(B) 263.23º 0.92% 0.93% -
XYZ 21.25 9.56 80.85 -
YUV 69.85 222.33 152.36 -
System Red Green Blue C M Y K H S L
Decimal 104 20 237 0.56 0.92 0 0.07 263.23 0.86 0.5
Hex 68 14 ED 38 5C 0 7 107 56 32
Octal 150 24 355 70 134 0 7 407 126 62
Binary 1101000 10100 11101101 111000 1011100 0 111 100000111 1010110 110010

Color Harmonies of #6814ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6814ED

Black with #6814ED

Text Example


Text Example

White with #6814ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6814ED; }

 p { color: rgb(104,20,237); }

 H1.HeaderClassName
 {
   color: #6814ED;
 }
 .AnyTagClassName
 {
   color: #6814ED;
 }
</style>

background-color css

<style>
 a { background-color: #6814ED; }

 a { background-color: rgb(104,20,237); }

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

border-color css

<style>
 span { border-color: #6814ED; }

 span { border-color: rgb(104,20,237); }

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