#6A0FEF

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

Shades of Electric Indigo #6A0FEF

Tints of Electric Indigo #6A0FEF

Color information

#6A0FEF (or 0x6A0FEF) is unknown color: approx Electric Indigo. HEX triplet: 6A, 0F and EF. RGB value is (106,15,239). Sum of RGB (Red+Green+Blue) = 106+15+239=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #6A0FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0FEF is #95F010. Grayscale: #424242. Windows color (decimal): -9826321 or 15667050. OLE color: 15667050.

HSL color Cylindrical-coordinate representation of color #6A0FEF: hue angle of 264.38º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0FEF is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10615239-
CMYK0.560.9400.06
HSL264.38º88.19%49.8%-
HSV(B)264.38º93.72%93.73%-
XYZ21.699.6482.38-
YUV67.74224.65155.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.44%
GREEN value IS 15 (6.25% from 255) = 4.17%
BLUE value IS 239 (93.75% from 255) = 66.39%
R=29.44%
G=4.17%
B=66.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal106152390.560.9400.06264.3888.1949.8
Hex6AFEF385E061085832
Octal15217357701360641013062
Binary1101010111111101111111000101111001101000010001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,15,239); }

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

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

 a { background-color: rgb(106,15,239); }

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

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

 span { border-color: rgb(106,15,239); }

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