#6F19ED

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

Shades of Electric Indigo #6F19ED

Tints of Electric Indigo #6F19ED

Color information

#6F19ED (or 0x6F19ED) is unknown color: approx Electric Indigo. HEX triplet: 6F, 19 and ED. RGB value is (111,25,237). Sum of RGB (Red+Green+Blue) = 111+25+237=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F19ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F19ED is #90E612. Grayscale: #4A4A4A. Windows color (decimal): -9496083 or 15538543. OLE color: 15538543.

HSL color Cylindrical-coordinate representation of color #6F19ED: hue angle of 264.34º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F19ED is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11125237-
CMYK0.530.8900.07
HSL264.34º85.48%51.37%-
HSV(B)264.34º89.45%92.94%-
XYZ22.1910.1980.92-
YUV74.88219.49153.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.76%
GREEN value IS 25 (10.16% from 255) = 6.70%
BLUE value IS 237 (92.97% from 255) = 63.54%
R=29.76%
G=6.70%
B=63.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal111252370.530.8900.07264.3485.4851.37
Hex6F19ED3559071085533
Octal15731355651310741012563
Binary11011111100111101101110101101100101111000010001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F19ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,25,237); }

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

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

 a { background-color: rgb(111,25,237); }

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

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

 span { border-color: rgb(111,25,237); }

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