Html Css Color HEX #6916FA Electric Indigo

📋 copy color: '#6916FA'

red 105 ◦ green 22 ◦ blue 250

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

Shades of Electric Indigo #6916FA

Tints of Electric Indigo #6916FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.84%

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

R = 27.85%
G = 5.84%
B = 66.31%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6916FA (or 0x6916FA) is known color: Electric Indigo. HEX triplet: 69, 16 and FA. RGB value is (105,22,250). Sum of RGB (Red+Green+Blue) = 105+22+250=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #6916FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6916FA is #96E905. Grayscale: #474747. Windows color (decimal): -9890054 or 16389737. OLE color: 16389737.

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

Color convert

RGB 105 22 250 -
CMYK 0.58 0.91 0 0.02
HSL 261.84º 0.96% 0.53% -
HSV(B) 261.84º 0.91% 0.98% -
XYZ 23.37 10.48 91.23 -
YUV 72.81 228 150.96 -
System Red Green Blue C M Y K H S L
Decimal 105 22 250 0.58 0.91 0 0.02 261.84 0.96 0.53
Hex 69 16 FA 3A 5B 0 2 106 60 35
Octal 151 26 372 72 133 0 2 406 140 65
Binary 1101001 10110 11111010 111010 1011011 0 10 100000110 1100000 110101

Color Harmonies of #6916FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6916FA

Black with #6916FA

Text Example


Text Example

White with #6916FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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