Html Css Color HEX #6E1CFA Electric Indigo

📋 copy color: '#6E1CFA'

red 110 ◦ green 28 ◦ blue 250

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

Shades of Electric Indigo #6E1CFA

Tints of Electric Indigo #6E1CFA

RGB

 RED value IS 110 (43.36% from 255) = 28.35%

 GREEN value IS 28 (11.33% from 255) = 7.22%

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

R = 28.35%
G = 7.22%
B = 64.43%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E1CFA (or 0x6E1CFA) is known color: Electric Indigo. HEX triplet: 6E, 1C and FA. RGB value is (110,28,250). Sum of RGB (Red+Green+Blue) = 110+28+250=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E1CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1CFA is #91E305. Grayscale: #4D4D4D. Windows color (decimal): -9560838 or 16391278. OLE color: 16391278.

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

Color convert

RGB 110 28 250 -
CMYK 0.56 0.89 0 0.02
HSL 262.16º 0.96% 0.55% -
HSV(B) 262.16º 0.89% 0.98% -
XYZ 24.1 11.05 91.3 -
YUV 77.83 225.17 150.95 -
System Red Green Blue C M Y K H S L
Decimal 110 28 250 0.56 0.89 0 0.02 262.16 0.96 0.55
Hex 6E 1C FA 38 59 0 2 106 60 37
Octal 156 34 372 70 131 0 2 406 140 67
Binary 1101110 11100 11111010 111000 1011001 0 10 100000110 1100000 110111

Color Harmonies of #6E1CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1CFA

Black with #6E1CFA

Text Example


Text Example

White with #6E1CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,28,250); }

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

background-color css

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

 a { background-color: rgb(110,28,250); }

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

border-color css

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

 span { border-color: rgb(110,28,250); }

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