Html Css Color HEX #6E1BFF Electric Indigo

📋 copy color: '#6E1BFF'

red 110 ◦ green 27 ◦ blue 255

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

Shades of Electric Indigo #6E1BFF

Tints of Electric Indigo #6E1BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.89%

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

R = 28.06%
G = 6.89%
B = 65.05%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6E1BFF (or 0x6E1BFF) is known color: Electric Indigo. HEX triplet: 6E, 1B and FF. RGB value is (110,27,255). Sum of RGB (Red+Green+Blue) = 110+27+255=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E1BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1BFF is #91E400. Grayscale: #4C4C4C. Windows color (decimal): -9561089 or 16718702. OLE color: 16718702.

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

Color convert

RGB 110 27 255 -
CMYK 0.57 0.89 0 0
HSL 261.84º 1% 0.55% -
HSV(B) 261.84º 0.89% 1% -
XYZ 24.87 11.32 95.48 -
YUV 77.81 228 150.96 -
System Red Green Blue C M Y K H S L
Decimal 110 27 255 0.57 0.89 0 0 261.84 1 0.55
Hex 6E 1B FF 39 59 0 0 106 64 37
Octal 156 33 377 71 131 0 0 406 144 67
Binary 1101110 11011 11111111 111001 1011001 0 0 100000110 1100100 110111

Color Harmonies of #6E1BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1BFF

Black with #6E1BFF

Text Example


Text Example

White with #6E1BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,27,255); }

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

background-color css

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

 a { background-color: rgb(110,27,255); }

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

border-color css

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

 span { border-color: rgb(110,27,255); }

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