Html Css Color HEX #6915EA Electric Indigo

📋 copy color: '#6915EA'

red 105 ◦ green 21 ◦ blue 234

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

Shades of Electric Indigo #6915EA

Tints of Electric Indigo #6915EA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.83%

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

R = 29.17%
G = 5.83%
B = 65%

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

#6915EA (or 0x6915EA) is known color: Electric Indigo. HEX triplet: 69, 15 and EA. RGB value is (105,21,234). Sum of RGB (Red+Green+Blue) = 105+21+234=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #6915EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6915EA is #96EA15. Grayscale: #454545. Windows color (decimal): -9890326 or 15340905. OLE color: 15340905.

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

Color convert

RGB 105 21 234 -
CMYK 0.55 0.91 0 0.08
HSL 263.66º 0.84% 0.5% -
HSV(B) 263.66º 0.91% 0.92% -
XYZ 20.95 9.48 78.57 -
YUV 70.4 220.33 152.68 -
System Red Green Blue C M Y K H S L
Decimal 105 21 234 0.55 0.91 0 0.08 263.66 0.84 0.5
Hex 69 15 EA 37 5B 0 8 108 54 32
Octal 151 25 352 67 133 0 10 410 124 62
Binary 1101001 10101 11101010 110111 1011011 0 1000 100001000 1010100 110010

Color Harmonies of #6915EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6915EA

Black with #6915EA

Text Example


Text Example

White with #6915EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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