Html Css Color HEX #6E0CFE Electric Indigo

📋 copy color: '#6E0CFE'

red 110 ◦ green 12 ◦ blue 254

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

Shades of Electric Indigo #6E0CFE

Tints of Electric Indigo #6E0CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.19%

 BLUE value IS 254 (99.61% from 255) = 67.55%

R = 29.26%
G = 3.19%
B = 67.55%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6E0CFE (or 0x6E0CFE) is known color: Electric Indigo. HEX triplet: 6E, 0C and FE. RGB value is (110,12,254). Sum of RGB (Red+Green+Blue) = 110+12+254=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E0CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E0CFE is #91F301. Grayscale: #444444. Windows color (decimal): -9564930 or 16649326. OLE color: 16649326.

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

Color convert

RGB 110 12 254 -
CMYK 0.57 0.95 0 0.00
HSL 264.3º 0.99% 0.52% -
HSV(B) 264.3º 0.95% 1% -
XYZ 24.45 10.73 94.55 -
YUV 68.89 232.47 157.32 -
System Red Green Blue C M Y K H S L
Decimal 110 12 254 0.57 0.95 0 0.00 264.3 0.99 0.52
Hex 6E C FE 39 5F 0 0 108 63 34
Octal 156 14 376 71 137 0 0 410 143 64
Binary 1101110 1100 11111110 111001 1011111 0 0 100001000 1100011 110100

Color Harmonies of #6E0CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0CFE

Black with #6E0CFE

Text Example


Text Example

White with #6E0CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,12,254); }

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

background-color css

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

 a { background-color: rgb(110,12,254); }

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

border-color css

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

 span { border-color: rgb(110,12,254); }

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