#6B11F3

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

Shades of Electric Indigo #6B11F3

Tints of Electric Indigo #6B11F3

Color information

#6B11F3 (or 0x6B11F3) is unknown color: approx Electric Indigo. HEX triplet: 6B, 11 and F3. RGB value is (107,17,243). Sum of RGB (Red+Green+Blue) = 107+17+243=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 243 (95.31% from 255 or 66.21% from 367); Max value from RGB is 243 - color contains mainly: blue. Hex color #6B11F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B11F3 is #94EE0C. Grayscale: #444444. Windows color (decimal): -9760269 or 15929707. OLE color: 15929707.

HSL color Cylindrical-coordinate representation of color #6B11F3: hue angle of 263.89º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B11F3 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10717243-
CMYK0.560.9300.05
HSL263.89º90.4%50.98%-
HSV(B)263.89º93%95.29%-
XYZ22.441085.54-
YUV69.67225.82154.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.16%
GREEN value IS 17 (7.03% from 255) = 4.63%
BLUE value IS 243 (95.31% from 255) = 66.21%
R=29.16%
G=4.63%
B=66.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal107172430.560.9300.05263.8990.450.98
Hex6B11F3385D051085a33
Octal15321363701350541013263
Binary11010111000111110011111000101110101011000010001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B11F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,17,243); }

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

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

 a { background-color: rgb(107,17,243); }

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

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

 span { border-color: rgb(107,17,243); }

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