#6f04ea

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

Shades of Electric Indigo #6F04EA

Tints of Electric Indigo #6F04EA

Color information

#6F04EA (or 0x6F04EA) is unknown color: approx Electric Indigo. HEX triplet: 6F, 04 and EA. RGB value is (111,4,234). Sum of RGB (Red+Green+Blue) = 111+4+234=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 234 (91.80% from 255 or 67.05% from 349); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F04EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F04EA is #90FB15. Grayscale: #3D3D3D. Windows color (decimal): -9501462 or 15336559. OLE color: 15336559.

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

Color convert

RGB1114234-
CMYK0.530.9800.08
HSL267.91º96.64%46.67%-
HSV(B)267.91º98.29%91.76%-
XYZ21.459.4178.53-
YUV62.21224.95162.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.81%
GREEN value IS 4 (1.95% from 255) = 1.15%
BLUE value IS 234 (91.80% from 255) = 67.05%
R=31.81%
G=1.15%
B=67.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal11142340.530.9800.08267.9196.6446.67
Hex6F4EA35620810c612f
Octal15743526514201041414157
Binary1101111100111010101101011100010010001000011001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f04ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,4,234); }

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

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

 a { background-color: rgb(111,4,234); }

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

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

 span { border-color: rgb(111,4,234); }

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