Html Css Color HEX #6C1AFF Electric Indigo

📋 copy color: '#6C1AFF'

red 108 ◦ green 26 ◦ blue 255

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

Shades of Electric Indigo #6C1AFF

Tints of Electric Indigo #6C1AFF

RGB

 RED value IS 108 (42.58% from 255) = 27.76%

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

 BLUE value IS 255 (100% from 255) = 65.55%

R = 27.76%
G = 6.68%
B = 65.55%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6C1AFF (or 0x6C1AFF) is known color: Electric Indigo. HEX triplet: 6C, 1A and FF. RGB value is (108,26,255). Sum of RGB (Red+Green+Blue) = 108+26+255=389 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.76% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C1AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1AFF is #93E500. Grayscale: #4B4B4B. Windows color (decimal): -9692417 or 16718444. OLE color: 16718444.

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

Color convert

RGB 108 26 255 -
CMYK 0.58 0.90 0 0
HSL 261.48º 1% 0.55% -
HSV(B) 261.48º 0.9% 1% -
XYZ 24.6 11.15 95.46 -
YUV 76.62 228.67 150.38 -
System Red Green Blue C M Y K H S L
Decimal 108 26 255 0.58 0.90 0 0 261.48 1 0.55
Hex 6C 1A FF 3A 5A 0 0 105 64 37
Octal 154 32 377 72 132 0 0 405 144 67
Binary 1101100 11010 11111111 111010 1011010 0 0 100000101 1100100 110111

Color Harmonies of #6C1AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1AFF

Black with #6C1AFF

Text Example


Text Example

White with #6C1AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,26,255); }

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

background-color css

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

 a { background-color: rgb(108,26,255); }

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

border-color css

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

 span { border-color: rgb(108,26,255); }

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