Html Css Color HEX #6915EF Electric Indigo

📋 copy color: '#6915EF'

red 105 ◦ green 21 ◦ blue 239

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

Shades of Electric Indigo #6915EF

Tints of Electric Indigo #6915EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.48%

R = 28.77%
G = 5.75%
B = 65.48%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6915EF (or 0x6915EF) is known color: Electric Indigo. HEX triplet: 69, 15 and EF. RGB value is (105,21,239). Sum of RGB (Red+Green+Blue) = 105+21+239=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #6915EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6915EF is #96EA10. Grayscale: #464646. Windows color (decimal): -9890321 or 15668585. OLE color: 15668585.

HSL color Cylindrical-coordinate representation of color #6915EF: hue angle of 263.12º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6915EF is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 21 239 -
CMYK 0.56 0.91 0 0.06
HSL 263.12º 0.87% 0.51% -
HSV(B) 263.12º 0.91% 0.94% -
XYZ 21.67 9.77 82.41 -
YUV 70.97 222.83 152.27 -
System Red Green Blue C M Y K H S L
Decimal 105 21 239 0.56 0.91 0 0.06 263.12 0.87 0.51
Hex 69 15 EF 38 5B 0 6 107 57 33
Octal 151 25 357 70 133 0 6 407 127 63
Binary 1101001 10101 11101111 111000 1011011 0 110 100000111 1010111 110011

Color Harmonies of #6915EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6915EF

Black with #6915EF

Text Example


Text Example

White with #6915EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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