Html Css Color HEX #6E11F7 Electric Indigo

📋 copy color: '#6E11F7'

red 110 ◦ green 17 ◦ blue 247

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

Shades of Electric Indigo #6E11F7

Tints of Electric Indigo #6E11F7

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.55%

 BLUE value IS 247 (96.88% from 255) = 66.04%

R = 29.41%
G = 4.55%
B = 66.04%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6E11F7 (or 0x6E11F7) is known color: Electric Indigo. HEX triplet: 6E, 11 and F7. RGB value is (110,17,247). Sum of RGB (Red+Green+Blue) = 110+17+247=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 247 (96.88% from 255 or 66.04% from 374); Max value from RGB is 247 - color contains mainly: blue. Hex color #6E11F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E11F7 is #91EE08. Grayscale: #464646. Windows color (decimal): -9563657 or 16191854. OLE color: 16191854.

HSL color Cylindrical-coordinate representation of color #6E11F7: hue angle of 264.26º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E11F7 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 110 17 247 -
CMYK 0.55 0.93 0 0.03
HSL 264.26º 0.93% 0.52% -
HSV(B) 264.26º 0.93% 0.97% -
XYZ 23.42 10.43 88.77 -
YUV 71.03 227.31 155.8 -
System Red Green Blue C M Y K H S L
Decimal 110 17 247 0.55 0.93 0 0.03 264.26 0.93 0.52
Hex 6E 11 F7 37 5D 0 3 108 5D 34
Octal 156 21 367 67 135 0 3 410 135 64
Binary 1101110 10001 11110111 110111 1011101 0 11 100001000 1011101 110100

Color Harmonies of #6E11F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E11F7

Black with #6E11F7

Text Example


Text Example

White with #6E11F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,17,247); }

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

background-color css

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

 a { background-color: rgb(110,17,247); }

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

border-color css

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

 span { border-color: rgb(110,17,247); }

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