Html Css Color HEX #6914EB Electric Indigo

📋 copy color: '#6914EB'

red 105 ◦ green 20 ◦ blue 235

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

Shades of Electric Indigo #6914EB

Tints of Electric Indigo #6914EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.28%

R = 29.17%
G = 5.56%
B = 65.28%

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

#6914EB (or 0x6914EB) is known color: Electric Indigo. HEX triplet: 69, 14 and EB. RGB value is (105,20,235). Sum of RGB (Red+Green+Blue) = 105+20+235=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 235 (92.19% from 255 or 65.28% from 360); Max value from RGB is 235 - color contains mainly: blue. Hex color #6914EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6914EB is #96EB14. Grayscale: #454545. Windows color (decimal): -9890581 or 15406185. OLE color: 15406185.

HSL color Cylindrical-coordinate representation of color #6914EB: hue angle of 263.72º 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 #6914EB is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 20 235 -
CMYK 0.55 0.91 0 0.08
HSL 263.72º 0.84% 0.5% -
HSV(B) 263.72º 0.91% 0.92% -
XYZ 21.07 9.5 79.32 -
YUV 69.93 221.16 153.02 -
System Red Green Blue C M Y K H S L
Decimal 105 20 235 0.55 0.91 0 0.08 263.72 0.84 0.5
Hex 69 14 EB 37 5B 0 8 108 54 32
Octal 151 24 353 67 133 0 10 410 124 62
Binary 1101001 10100 11101011 110111 1011011 0 1000 100001000 1010100 110010

Color Harmonies of #6914EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6914EB

Black with #6914EB

Text Example


Text Example

White with #6914EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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