Html Css Color HEX #6907FA Electric Indigo

📋 copy color: '#6907FA'

red 105 ◦ green 7 ◦ blue 250

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

Shades of Electric Indigo #6907FA

Tints of Electric Indigo #6907FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.93%

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

R = 29.01%
G = 1.93%
B = 69.06%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6907FA (or 0x6907FA) is known color: Electric Indigo. HEX triplet: 69, 07 and FA. RGB value is (105,7,250). Sum of RGB (Red+Green+Blue) = 105+7+250=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #6907FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6907FA is #96F805. Grayscale: #3F3F3F. Windows color (decimal): -9893894 or 16385897. OLE color: 16385897.

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

Color convert

RGB 105 7 250 -
CMYK 0.58 0.97 0 0.02
HSL 264.2º 0.96% 0.5% -
HSV(B) 264.2º 0.97% 0.98% -
XYZ 23.16 10.06 91.16 -
YUV 64 232.97 157.24 -
System Red Green Blue C M Y K H S L
Decimal 105 7 250 0.58 0.97 0 0.02 264.2 0.96 0.5
Hex 69 7 FA 3A 61 0 2 108 60 32
Octal 151 7 372 72 141 0 2 410 140 62
Binary 1101001 111 11111010 111010 1100001 0 10 100001000 1100000 110010

Color Harmonies of #6907FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6907FA

Black with #6907FA

Text Example


Text Example

White with #6907FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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