#6F11F7

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

Shades of Electric Indigo #6F11F7

Tints of Electric Indigo #6F11F7

Color information

#6F11F7 (or 0x6F11F7) is unknown color: approx Electric Indigo. HEX triplet: 6F, 11 and F7. RGB value is (111,17,247). Sum of RGB (Red+Green+Blue) = 111+17+247=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 247 (96.88% from 255 or 65.87% from 375); Max value from RGB is 247 - color contains mainly: blue. Hex color #6F11F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F11F7 is #90EE08. Grayscale: #464646. Windows color (decimal): -9498121 or 16191855. OLE color: 16191855.

HSL color Cylindrical-coordinate representation of color #6F11F7: hue angle of 264.52º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F11F7 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11117247-
CMYK0.550.9300.03
HSL264.52º93.5%51.76%-
HSV(B)264.52º93.12%96.86%-
XYZ23.5410.588.78-
YUV71.33227.14156.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.6%
GREEN value IS 17 (7.03% from 255) = 4.53%
BLUE value IS 247 (96.88% from 255) = 65.87%
R=29.6%
G=4.53%
B=65.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal111172470.550.9300.03264.5293.551.76
Hex6F11F7375D031095d34
Octal15721367671350341113564
Binary1101111100011111011111011110111010111000010011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F11F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,17,247); }

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

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

 a { background-color: rgb(111,17,247); }

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

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

 span { border-color: rgb(111,17,247); }

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