#6F0AEB

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

Shades of Electric Indigo #6F0AEB

Tints of Electric Indigo #6F0AEB

Color information

#6F0AEB (or 0x6F0AEB) is unknown color: approx Electric Indigo. HEX triplet: 6F, 0A and EB. RGB value is (111,10,235). Sum of RGB (Red+Green+Blue) = 111+10+235=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F0AEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0AEB is #90F514. Grayscale: #414141. Windows color (decimal): -9499925 or 15403631. OLE color: 15403631.

HSL color Cylindrical-coordinate representation of color #6F0AEB: hue angle of 266.93º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0AEB is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11110235-
CMYK0.530.9600.08
HSL266.93º91.84%48.04%-
HSV(B)266.93º95.74%92.16%-
XYZ21.669.5979.31-
YUV65.85223.46160.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.18%
GREEN value IS 10 (4.30% from 255) = 2.81%
BLUE value IS 235 (92.19% from 255) = 66.01%
R=31.18%
G=2.81%
B=66.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal111102350.530.9600.08266.9391.8448.04
Hex6FAEB35600810b5c30
Octal157123536514001041313460
Binary11011111010111010111101011100000010001000010111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,10,235); }

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

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

 a { background-color: rgb(111,10,235); }

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

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

 span { border-color: rgb(111,10,235); }

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