Html Css Color HEX #6908FA Electric Indigo

📋 copy color: '#6908FA'

red 105 ◦ green 8 ◦ blue 250

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

Shades of Electric Indigo #6908FA

Tints of Electric Indigo #6908FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.2%

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

R = 28.93%
G = 2.2%
B = 68.87%

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

#6908FA (or 0x6908FA) is known color: Electric Indigo. HEX triplet: 69, 08 and FA. RGB value is (105,8,250). Sum of RGB (Red+Green+Blue) = 105+8+250=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #6908FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6908FA is #96F705. Grayscale: #3F3F3F. Windows color (decimal): -9893638 or 16386153. OLE color: 16386153.

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

Color convert

RGB 105 8 250 -
CMYK 0.58 0.97 0 0.02
HSL 264.05º 0.96% 0.51% -
HSV(B) 264.05º 0.97% 0.98% -
XYZ 23.17 10.08 91.17 -
YUV 64.59 232.64 156.82 -
System Red Green Blue C M Y K H S L
Decimal 105 8 250 0.58 0.97 0 0.02 264.05 0.96 0.51
Hex 69 8 FA 3A 61 0 2 108 60 33
Octal 151 10 372 72 141 0 2 410 140 63
Binary 1101001 1000 11111010 111010 1100001 0 10 100001000 1100000 110011

Color Harmonies of #6908FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6908FA

Black with #6908FA

Text Example


Text Example

White with #6908FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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