#6A0CFE

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

Shades of Electric Indigo #6A0CFE

Tints of Electric Indigo #6A0CFE

Color information

#6A0CFE (or 0x6A0CFE) is unknown color: approx Electric Indigo. HEX triplet: 6A, 0C and FE. RGB value is (106,12,254). Sum of RGB (Red+Green+Blue) = 106+12+254=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A0CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0CFE is #95F301. Grayscale: #424242. Windows color (decimal): -9827074 or 16649322. OLE color: 16649322.

HSL color Cylindrical-coordinate representation of color #6A0CFE: hue angle of 263.31º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0CFE is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB10612254-
CMYK0.580.9500.00
HSL263.31º99.18%52.16%-
HSV(B)263.31º95.28%99.61%-
XYZ23.9610.4894.53-
YUV67.69233.14155.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.49%
GREEN value IS 12 (5.08% from 255) = 3.23%
BLUE value IS 254 (99.61% from 255) = 68.28%
R=28.49%
G=3.23%
B=68.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal106122540.580.9500.00263.3199.1852.16
Hex6ACFE3A5F001076334
Octal15214376721370040714364
Binary11010101100111111101110101011111001000001111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,12,254); }

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

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

 a { background-color: rgb(106,12,254); }

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

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

 span { border-color: rgb(106,12,254); }

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