Html Css Color HEX #6809FA Electric Indigo

📋 copy color: '#6809FA'

red 104 ◦ green 9 ◦ blue 250

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

Shades of Electric Indigo #6809FA

Tints of Electric Indigo #6809FA

RGB

 RED value IS 104 (41.02% from 255) = 28.65%

 GREEN value IS 9 (3.91% from 255) = 2.48%

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

R = 28.65%
G = 2.48%
B = 68.87%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6809FA (or 0x6809FA) is known color: Electric Indigo. HEX triplet: 68, 09 and FA. RGB value is (104,9,250). Sum of RGB (Red+Green+Blue) = 104+9+250=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 9 (3.91% from 255 or 2.48% 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 #6809FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6809FA is #97F605. Grayscale: #404040. Windows color (decimal): -9958918 or 16386408. OLE color: 16386408.

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

Color convert

RGB 104 9 250 -
CMYK 0.58 0.96 0 0.02
HSL 263.65º 0.96% 0.51% -
HSV(B) 263.65º 0.96% 0.98% -
XYZ 23.06 10.04 91.17 -
YUV 64.88 232.47 155.9 -
System Red Green Blue C M Y K H S L
Decimal 104 9 250 0.58 0.96 0 0.02 263.65 0.96 0.51
Hex 68 9 FA 3A 60 0 2 108 60 33
Octal 150 11 372 72 140 0 2 410 140 63
Binary 1101000 1001 11111010 111010 1100000 0 10 100001000 1100000 110011

Color Harmonies of #6809FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6809FA

Black with #6809FA

Text Example


Text Example

White with #6809FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,9,250); }

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

background-color css

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

 a { background-color: rgb(104,9,250); }

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

border-color css

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

 span { border-color: rgb(104,9,250); }

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