Html Css Color HEX #6D1AF5 Electric Indigo

📋 copy color: '#6D1AF5'

red 109 ◦ green 26 ◦ blue 245

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

Shades of Electric Indigo #6D1AF5

Tints of Electric Indigo #6D1AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 64.47%

R = 28.68%
G = 6.84%
B = 64.47%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6D1AF5 (or 0x6D1AF5) is known color: Electric Indigo. HEX triplet: 6D, 1A and F5. RGB value is (109,26,245). Sum of RGB (Red+Green+Blue) = 109+26+245=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 245 (96.09% from 255 or 64.47% from 380); Max value from RGB is 245 - color contains mainly: blue. Hex color #6D1AF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1AF5 is #92E50A. Grayscale: #4A4A4A. Windows color (decimal): -9626891 or 16063085. OLE color: 16063085.

HSL color Cylindrical-coordinate representation of color #6D1AF5: hue angle of 262.74º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D1AF5 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 109 26 245 -
CMYK 0.56 0.89 0 0.04
HSL 262.74º 0.92% 0.53% -
HSV(B) 262.74º 0.89% 0.96% -
XYZ 23.16 10.58 87.21 -
YUV 75.78 223.5 151.69 -
System Red Green Blue C M Y K H S L
Decimal 109 26 245 0.56 0.89 0 0.04 262.74 0.92 0.53
Hex 6D 1A F5 38 59 0 4 107 5C 35
Octal 155 32 365 70 131 0 4 407 134 65
Binary 1101101 11010 11110101 111000 1011001 0 100 100000111 1011100 110101

Color Harmonies of #6D1AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1AF5

Black with #6D1AF5

Text Example


Text Example

White with #6D1AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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