Html Css Color HEX #6915F7 Electric Indigo

📋 copy color: '#6915F7'

red 105 ◦ green 21 ◦ blue 247

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

Shades of Electric Indigo #6915F7

Tints of Electric Indigo #6915F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 66.22%

R = 28.15%
G = 5.63%
B = 66.22%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6915F7 (or 0x6915F7) is known color: Electric Indigo. HEX triplet: 69, 15 and F7. RGB value is (105,21,247). Sum of RGB (Red+Green+Blue) = 105+21+247=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 247 (96.88% from 255 or 66.22% from 373); Max value from RGB is 247 - color contains mainly: blue. Hex color #6915F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6915F7 is #96EA08. Grayscale: #474747. Windows color (decimal): -9890313 or 16192873. OLE color: 16192873.

HSL color Cylindrical-coordinate representation of color #6915F7: hue angle of 262.3º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6915F7 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 105 21 247 -
CMYK 0.57 0.91 0 0.03
HSL 262.3º 0.93% 0.53% -
HSV(B) 262.3º 0.91% 0.97% -
XYZ 22.88 10.25 88.77 -
YUV 71.88 226.83 151.62 -
System Red Green Blue C M Y K H S L
Decimal 105 21 247 0.57 0.91 0 0.03 262.3 0.93 0.53
Hex 69 15 F7 39 5B 0 3 106 5D 35
Octal 151 25 367 71 133 0 3 406 135 65
Binary 1101001 10101 11110111 111001 1011011 0 11 100000110 1011101 110101

Color Harmonies of #6915F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6915F7

Black with #6915F7

Text Example


Text Example

White with #6915F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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