#6912EE

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

Shades of Electric Indigo #6912EE

Tints of Electric Indigo #6912EE

Color information

#6912EE (or 0x6912EE) is unknown color: approx Electric Indigo. HEX triplet: 69, 12 and EE. RGB value is (105,18,238). Sum of RGB (Red+Green+Blue) = 105+18+238=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #6912EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6912EE is #96ED11. Grayscale: #444444. Windows color (decimal): -9891090 or 15602281. OLE color: 15602281.

HSL color Cylindrical-coordinate representation of color #6912EE: hue angle of 263.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6912EE is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10518238-
CMYK0.560.9200.07
HSL263.73º86.61%50.2%-
HSV(B)263.73º92.44%93.33%-
XYZ21.479.6181.61-
YUV69.09223.32153.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 18 (7.42% from 255) = 4.99%
BLUE value IS 238 (93.36% from 255) = 65.93%
R=29.09%
G=4.99%
B=65.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal105182380.560.9200.07263.7386.6150.2
Hex6912EE385C071085732
Octal15122356701340741012762
Binary11010011001011101110111000101110001111000010001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6912EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6912EE; }

 p { color: rgb(105,18,238); }

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

<style>
 a { background-color: #6912EE; }

 a { background-color: rgb(105,18,238); }

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

<style>
 span { border-color: #6912EE; }

 span { border-color: rgb(105,18,238); }

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