#6E0CFF

Color #6E0CFF Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #6E0CFF

Tints of Electric Indigo #6E0CFF

Color information

#6E0CFF (or 0x6E0CFF) is unknown color: approx Electric Indigo. HEX triplet: 6E, 0C and FF. RGB value is (110,12,255). Sum of RGB (Red+Green+Blue) = 110+12+255=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E0CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E0CFF is #91F300. Grayscale: #444444. Windows color (decimal): -9564929 or 16714862. OLE color: 16714862.

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

Color convert

RGB11012255-
CMYK0.570.9500
HSL264.2º100%52.35%-
HSV(B)264.2º95.29%100%-
XYZ24.6110.895.39-
YUV69232.97157.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.18%
GREEN value IS 12 (5.08% from 255) = 3.18%
BLUE value IS 255 (100% from 255) = 67.64%
R=29.18%
G=3.18%
B=67.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal110122550.570.9500264.210052.35
Hex6ECFF395F001086434
Octal15614377711370041014464
Binary11011101100111111111110011011111001000010001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E0CFF;
 }
 .AnyTagClassName
 {
   color: #6E0CFF;
 }
</style>
background-color css

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

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

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

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

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

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