Html Css Color HEX #6915FA Electric Indigo

📋 copy color: '#6915FA'

red 105 ◦ green 21 ◦ blue 250

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

Shades of Electric Indigo #6915FA

Tints of Electric Indigo #6915FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.49%

R = 27.93%
G = 5.59%
B = 66.49%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6915FA (or 0x6915FA) is known color: Electric Indigo. HEX triplet: 69, 15 and FA. RGB value is (105,21,250). Sum of RGB (Red+Green+Blue) = 105+21+250=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #6915FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6915FA is #96EA05. Grayscale: #474747. Windows color (decimal): -9890310 or 16389481. OLE color: 16389481.

HSL color Cylindrical-coordinate representation of color #6915FA: hue angle of 262.01º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6915FA is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 21 250 -
CMYK 0.58 0.92 0 0.02
HSL 262.01º 0.96% 0.53% -
HSV(B) 262.01º 0.92% 0.98% -
XYZ 23.35 10.44 91.23 -
YUV 72.22 228.33 151.38 -
System Red Green Blue C M Y K H S L
Decimal 105 21 250 0.58 0.92 0 0.02 262.01 0.96 0.53
Hex 69 15 FA 3A 5C 0 2 106 60 35
Octal 151 25 372 72 134 0 2 406 140 65
Binary 1101001 10101 11111010 111010 1011100 0 10 100000110 1100000 110101

Color Harmonies of #6915FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6915FA

Black with #6915FA

Text Example


Text Example

White with #6915FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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