Html Css Color HEX #6D1AFE Electric Indigo

📋 copy color: '#6D1AFE'

red 109 ◦ green 26 ◦ blue 254

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

Shades of Electric Indigo #6D1AFE

Tints of Electric Indigo #6D1AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.3%

R = 28.02%
G = 6.68%
B = 65.3%

CMYK

 C value IS 0.57

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6D1AFE (or 0x6D1AFE) is known color: Electric Indigo. HEX triplet: 6D, 1A and FE. RGB value is (109,26,254). Sum of RGB (Red+Green+Blue) = 109+26+254=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D1AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1AFE is #92E501. Grayscale: #4B4B4B. Windows color (decimal): -9626882 or 16652909. OLE color: 16652909.

HSL color Cylindrical-coordinate representation of color #6D1AFE: hue angle of 261.84º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D1AFE is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 109 26 254 -
CMYK 0.57 0.90 0 0.00
HSL 261.84º 0.99% 0.55% -
HSV(B) 261.84º 0.9% 1% -
XYZ 24.57 11.15 94.62 -
YUV 76.81 228 150.96 -
System Red Green Blue C M Y K H S L
Decimal 109 26 254 0.57 0.90 0 0.00 261.84 0.99 0.55
Hex 6D 1A FE 39 5A 0 0 106 63 37
Octal 155 32 376 71 132 0 0 406 143 67
Binary 1101101 11010 11111110 111001 1011010 0 0 100000110 1100011 110111

Color Harmonies of #6D1AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1AFE

Black with #6D1AFE

Text Example


Text Example

White with #6D1AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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