Html Css Color HEX #6910FA Electric Indigo

📋 copy color: '#6910FA'

red 105 ◦ green 16 ◦ blue 250

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

Shades of Electric Indigo #6910FA

Tints of Electric Indigo #6910FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.31%

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

R = 28.3%
G = 4.31%
B = 67.39%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6910FA (or 0x6910FA) is known color: Electric Indigo. HEX triplet: 69, 10 and FA. RGB value is (105,16,250). Sum of RGB (Red+Green+Blue) = 105+16+250=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #6910FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6910FA is #96EF05. Grayscale: #444444. Windows color (decimal): -9891590 or 16388201. OLE color: 16388201.

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

Color convert

RGB 105 16 250 -
CMYK 0.58 0.94 0 0.02
HSL 262.82º 0.96% 0.52% -
HSV(B) 262.82º 0.94% 0.98% -
XYZ 23.27 10.28 91.2 -
YUV 69.29 229.99 153.47 -
System Red Green Blue C M Y K H S L
Decimal 105 16 250 0.58 0.94 0 0.02 262.82 0.96 0.52
Hex 69 10 FA 3A 5E 0 2 107 60 34
Octal 151 20 372 72 136 0 2 407 140 64
Binary 1101001 10000 11111010 111010 1011110 0 10 100000111 1100000 110100

Color Harmonies of #6910FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6910FA

Black with #6910FA

Text Example


Text Example

White with #6910FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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