Html Css Color HEX #6915FF Electric Indigo

📋 copy color: '#6915FF'

red 105 ◦ green 21 ◦ blue 255

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

Shades of Electric Indigo #6915FF

Tints of Electric Indigo #6915FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.93%

R = 27.56%
G = 5.51%
B = 66.93%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6915FF (or 0x6915FF) is known color: Electric Indigo. HEX triplet: 69, 15 and FF. RGB value is (105,21,255). Sum of RGB (Red+Green+Blue) = 105+21+255=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #6915FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6915FF is #96EA00. Grayscale: #474747. Windows color (decimal): -9890305 or 16717161. OLE color: 16717161.

HSL color Cylindrical-coordinate representation of color #6915FF: hue angle of 261.54º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6915FF is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 21 255 -
CMYK 0.59 0.92 0 0
HSL 261.54º 1% 0.54% -
HSV(B) 261.54º 0.92% 1% -
XYZ 24.14 10.76 95.41 -
YUV 72.79 230.83 150.97 -
System Red Green Blue C M Y K H S L
Decimal 105 21 255 0.59 0.92 0 0 261.54 1 0.54
Hex 69 15 FF 3B 5C 0 0 106 64 36
Octal 151 25 377 73 134 0 0 406 144 66
Binary 1101001 10101 11111111 111011 1011100 0 0 100000110 1100100 110110

Color Harmonies of #6915FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6915FF

Black with #6915FF

Text Example


Text Example

White with #6915FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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