#6F14EF

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

Shades of Electric Indigo #6F14EF

Tints of Electric Indigo #6F14EF

Color information

#6F14EF (or 0x6F14EF) is unknown color: approx Electric Indigo. HEX triplet: 6F, 14 and EF. RGB value is (111,20,239). Sum of RGB (Red+Green+Blue) = 111+20+239=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F14EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F14EF is #90EB10. Grayscale: #474747. Windows color (decimal): -9497361 or 15668335. OLE color: 15668335.

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

Color convert

RGB11120239-
CMYK0.540.9200.06
HSL264.93º87.25%50.78%-
HSV(B)264.93º91.63%93.73%-
XYZ22.3910.1182.43-
YUV72.18222.15155.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30%
GREEN value IS 20 (8.20% from 255) = 5.41%
BLUE value IS 239 (93.75% from 255) = 64.59%
R=30%
G=5.41%
B=64.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal111202390.540.9200.06264.9387.2550.78
Hex6F14EF365C061095733
Octal15724357661340641112763
Binary11011111010011101111110110101110001101000010011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F14EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,20,239); }

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

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

 a { background-color: rgb(111,20,239); }

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

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

 span { border-color: rgb(111,20,239); }

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