#6B02E3

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

Shades of Electric Indigo #6B02E3

Tints of Electric Indigo #6B02E3

Color information

#6B02E3 (or 0x6B02E3) is unknown color: approx Electric Indigo. HEX triplet: 6B, 02 and E3. RGB value is (107,2,227). Sum of RGB (Red+Green+Blue) = 107+2+227=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 227 (89.06% from 255 or 67.56% from 336); Max value from RGB is 227 - color contains mainly: blue. Hex color #6B02E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B02E3 is #94FD1C. Grayscale: #3A3A3A. Windows color (decimal): -9764125 or 14877291. OLE color: 14877291.

HSL color Cylindrical-coordinate representation of color #6B02E3: hue angle of 268º 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 #6B02E3 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1072227-
CMYK0.530.9900.11
HSL268º98.25%44.9%-
HSV(B)268º99.12%89.02%-
XYZ19.958.7273.3-
YUV59.04222.79162.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.85%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 227 (89.06% from 255) = 67.56%
R=31.85%
G=0.60%
B=67.56%

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
Decimal10722270.530.9900.1126898.2544.9
Hex6B2E335630B10c622d
Octal15323436514301341414255
Binary110101110111000111101011100011010111000011001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B02E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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