Html Css Color HEX #6D1AF0 Electric Indigo

📋 copy color: '#6D1AF0'

red 109 ◦ green 26 ◦ blue 240

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

Shades of Electric Indigo #6D1AF0

Tints of Electric Indigo #6D1AF0

RGB

 RED value IS 109 (42.97% from 255) = 29.07%

 GREEN value IS 26 (10.55% from 255) = 6.93%

 BLUE value IS 240 (94.14% from 255) = 64%

R = 29.07%
G = 6.93%
B = 64%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6D1AF0 (or 0x6D1AF0) is known color: Electric Indigo. HEX triplet: 6D, 1A and F0. RGB value is (109,26,240). Sum of RGB (Red+Green+Blue) = 109+26+240=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 240 (94.14% from 255 or 64% from 375); Max value from RGB is 240 - color contains mainly: blue. Hex color #6D1AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1AF0 is #92E50F. Grayscale: #4A4A4A. Windows color (decimal): -9626896 or 15735405. OLE color: 15735405.

HSL color Cylindrical-coordinate representation of color #6D1AF0: hue angle of 263.27º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D1AF0 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 26 240 -
CMYK 0.55 0.89 0 0.06
HSL 263.27º 0.88% 0.52% -
HSV(B) 263.27º 0.89% 0.94% -
XYZ 22.4 10.28 83.24 -
YUV 75.21 221 152.1 -
System Red Green Blue C M Y K H S L
Decimal 109 26 240 0.55 0.89 0 0.06 263.27 0.88 0.52
Hex 6D 1A F0 37 59 0 6 107 58 34
Octal 155 32 360 67 131 0 6 407 130 64
Binary 1101101 11010 11110000 110111 1011001 0 110 100000111 1011000 110100

Color Harmonies of #6D1AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1AF0

Black with #6D1AF0

Text Example


Text Example

White with #6D1AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D1AF0; }

 p { color: rgb(109,26,240); }

 H1.HeaderClassName
 {
   color: #6D1AF0;
 }
 .AnyTagClassName
 {
   color: #6D1AF0;
 }
</style>

background-color css

<style>
 a { background-color: #6D1AF0; }

 a { background-color: rgb(109,26,240); }

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

border-color css

<style>
 span { border-color: #6D1AF0; }

 span { border-color: rgb(109,26,240); }

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