Html Css Color HEX #6914EA Electric Indigo

📋 copy color: '#6914EA'

red 105 ◦ green 20 ◦ blue 234

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

Shades of Electric Indigo #6914EA

Tints of Electric Indigo #6914EA

RGB

 RED value IS 105 (41.41% from 255) = 29.25%

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

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

R = 29.25%
G = 5.57%
B = 65.18%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6914EA (or 0x6914EA) is known color: Electric Indigo. HEX triplet: 69, 14 and EA. RGB value is (105,20,234). Sum of RGB (Red+Green+Blue) = 105+20+234=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #6914EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6914EA is #96EB15. Grayscale: #454545. Windows color (decimal): -9890582 or 15340649. OLE color: 15340649.

HSL color Cylindrical-coordinate representation of color #6914EA: hue angle of 263.83º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6914EA is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 20 234 -
CMYK 0.55 0.91 0 0.08
HSL 263.83º 0.84% 0.5% -
HSV(B) 263.83º 0.91% 0.92% -
XYZ 20.93 9.44 78.56 -
YUV 69.81 220.66 153.1 -
System Red Green Blue C M Y K H S L
Decimal 105 20 234 0.55 0.91 0 0.08 263.83 0.84 0.5
Hex 69 14 EA 37 5B 0 8 108 54 32
Octal 151 24 352 67 133 0 10 410 124 62
Binary 1101001 10100 11101010 110111 1011011 0 1000 100001000 1010100 110010

Color Harmonies of #6914EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6914EA

Black with #6914EA

Text Example


Text Example

White with #6914EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,20,234); }

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

background-color css

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

 a { background-color: rgb(105,20,234); }

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

border-color css

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

 span { border-color: rgb(105,20,234); }

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