#6F0FF0

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

Shades of Electric Indigo #6F0FF0

Tints of Electric Indigo #6F0FF0

Color information

#6F0FF0 (or 0x6F0FF0) is unknown color: approx Electric Indigo. HEX triplet: 6F, 0F and F0. RGB value is (111,15,240). Sum of RGB (Red+Green+Blue) = 111+15+240=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 240 (94.14% from 255 or 65.57% from 366); Max value from RGB is 240 - color contains mainly: blue. Hex color #6F0FF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F0FF0 is #90F00F. Grayscale: #444444. Windows color (decimal): -9498640 or 15732591. OLE color: 15732591.

HSL color Cylindrical-coordinate representation of color #6F0FF0: hue angle of 265.6º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0FF0 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11115240-
CMYK0.540.9400.06
HSL265.6º88.24%50%-
HSV(B)265.6º93.75%94.12%-
XYZ22.4510.0183.19-
YUV69.35224.3157.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.33%
GREEN value IS 15 (6.25% from 255) = 4.10%
BLUE value IS 240 (94.14% from 255) = 65.57%
R=30.33%
G=4.10%
B=65.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal111152400.540.9400.06265.688.2450
Hex6FFF0365E0610a5832
Octal15717360661360641213062
Binary1101111111111110000110110101111001101000010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,15,240); }

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

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

 a { background-color: rgb(111,15,240); }

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

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

 span { border-color: rgb(111,15,240); }

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