Html Css Color HEX #6E18FC Electric Indigo

📋 copy color: '#6E18FC'

red 110 ◦ green 24 ◦ blue 252

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

Shades of Electric Indigo #6E18FC

Tints of Electric Indigo #6E18FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.28%

R = 28.5%
G = 6.22%
B = 65.28%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E18FC (or 0x6E18FC) is known color: Electric Indigo. HEX triplet: 6E, 18 and FC. RGB value is (110,24,252). Sum of RGB (Red+Green+Blue) = 110+24+252=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E18FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E18FC is #91E703. Grayscale: #4A4A4A. Windows color (decimal): -9561860 or 16521326. OLE color: 16521326.

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

Color convert

RGB 110 24 252 -
CMYK 0.56 0.90 0 0.01
HSL 262.63º 0.97% 0.54% -
HSV(B) 262.63º 0.9% 0.99% -
XYZ 24.33 11 92.94 -
YUV 75.71 227.49 152.46 -
System Red Green Blue C M Y K H S L
Decimal 110 24 252 0.56 0.90 0 0.01 262.63 0.97 0.54
Hex 6E 18 FC 38 5A 0 1 107 61 36
Octal 156 30 374 70 132 0 1 407 141 66
Binary 1101110 11000 11111100 111000 1011010 0 1 100000111 1100001 110110

Color Harmonies of #6E18FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E18FC

Black with #6E18FC

Text Example


Text Example

White with #6E18FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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