Html Css Color HEX #6E18FB Electric Indigo

📋 copy color: '#6E18FB'

red 110 ◦ green 24 ◦ blue 251

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

Shades of Electric Indigo #6E18FB

Tints of Electric Indigo #6E18FB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.23%

 BLUE value IS 251 (98.44% from 255) = 65.19%

R = 28.57%
G = 6.23%
B = 65.19%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E18FB (or 0x6E18FB) is known color: Electric Indigo. HEX triplet: 6E, 18 and FB. RGB value is (110,24,251). Sum of RGB (Red+Green+Blue) = 110+24+251=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E18FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E18FB is #91E704. Grayscale: #4A4A4A. Windows color (decimal): -9561861 or 16455790. OLE color: 16455790.

HSL color Cylindrical-coordinate representation of color #6E18FB: hue angle of 262.73º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E18FB is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 24 251 -
CMYK 0.56 0.90 0 0.02
HSL 262.73º 0.97% 0.54% -
HSV(B) 262.73º 0.9% 0.98% -
XYZ 24.17 10.93 92.1 -
YUV 75.59 226.99 152.54 -
System Red Green Blue C M Y K H S L
Decimal 110 24 251 0.56 0.90 0 0.02 262.73 0.97 0.54
Hex 6E 18 FB 38 5A 0 2 107 61 36
Octal 156 30 373 70 132 0 2 407 141 66
Binary 1101110 11000 11111011 111000 1011010 0 10 100000111 1100001 110110

Color Harmonies of #6E18FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E18FB

Black with #6E18FB

Text Example


Text Example

White with #6E18FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,24,251); }

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

background-color css

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

 a { background-color: rgb(110,24,251); }

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

border-color css

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

 span { border-color: rgb(110,24,251); }

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