#6A02E3

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

Shades of Electric Indigo #6A02E3

Tints of Electric Indigo #6A02E3

Color information

#6A02E3 (or 0x6A02E3) is unknown color: approx Electric Indigo. HEX triplet: 6A, 02 and E3. RGB value is (106,2,227). Sum of RGB (Red+Green+Blue) = 106+2+227=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 227 (89.06% from 255 or 67.76% from 335); Max value from RGB is 227 - color contains mainly: blue. Hex color #6A02E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A02E3 is #95FD1C. Grayscale: #393939. Windows color (decimal): -9829661 or 14877290. OLE color: 14877290.

HSL color Cylindrical-coordinate representation of color #6A02E3: hue angle of 267.73º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A02E3 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1062227-
CMYK0.530.9900.11
HSL267.73º98.25%44.9%-
HSV(B)267.73º99.12%89.02%-
XYZ19.838.6573.3-
YUV58.75222.96161.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.64%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 227 (89.06% from 255) = 67.76%
R=31.64%
G=0.60%
B=67.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal10622270.530.9900.11267.7398.2544.9
Hex6A2E335630B10c622d
Octal15223436514301341414255
Binary110101010111000111101011100011010111000011001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A02E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,2,227); }

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

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

 a { background-color: rgb(106,2,227); }

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

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

 span { border-color: rgb(106,2,227); }

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