#6D0EFA

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

Shades of Electric Indigo #6D0EFA

Tints of Electric Indigo #6D0EFA

Color information

#6D0EFA (or 0x6D0EFA) is unknown color: approx Electric Indigo. HEX triplet: 6D, 0E and FA. RGB value is (109,14,250). Sum of RGB (Red+Green+Blue) = 109+14+250=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D0EFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0EFA is #92F105. Grayscale: #444444. Windows color (decimal): -9629958 or 16387693. OLE color: 16387693.

HSL color Cylindrical-coordinate representation of color #6D0EFA: hue angle of 264.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0EFA is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10914250-
CMYK0.560.9400.02
HSL264.15º95.93%51.76%-
HSV(B)264.15º94.4%98.04%-
XYZ23.7210.4791.21-
YUV69.31229.97156.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.22%
GREEN value IS 14 (5.86% from 255) = 3.75%
BLUE value IS 250 (98.05% from 255) = 67.02%
R=29.22%
G=3.75%
B=67.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal109142500.560.9400.02264.1595.9351.76
Hex6DEFA385E021086034
Octal15516372701360241014064
Binary110110111101111101011100010111100101000010001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,14,250); }

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

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

 a { background-color: rgb(109,14,250); }

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

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

 span { border-color: rgb(109,14,250); }

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