#6f00ed

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

Shades of Electric Indigo #6F00ED

Tints of Electric Indigo #6F00ED

Color information

#6F00ED (or 0x6F00ED) is unknown color: approx Electric Indigo. HEX triplet: 6F, 00 and ED. RGB value is (111,0,237). Sum of RGB (Red+Green+Blue) = 111+0+237=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F00ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F00ED is #90FF12. Grayscale: #3B3B3B. Windows color (decimal): -9502483 or 15532143. OLE color: 15532143.

HSL color Cylindrical-coordinate representation of color #6F00ED: hue angle of 268.1º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F00ED is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1110237-
CMYK0.53100.07
HSL268.1º100%46.47%-
HSV(B)268.1º100%92.94%-
XYZ21.849.4980.8-
YUV60.21227.77164.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 68.10%
R=31.90%
G=0%
B=68.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal11102370.53100.07268.110046.47
Hex6F0ED35640710c642e
Octal1570355651440741414456
Binary1101111011101101110101110010001111000011001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f00ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,0,237); }

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

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

 a { background-color: rgb(111,0,237); }

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

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

 span { border-color: rgb(111,0,237); }

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