#6C10F1

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

Shades of Electric Indigo #6C10F1

Tints of Electric Indigo #6C10F1

Color information

#6C10F1 (or 0x6C10F1) is unknown color: approx Electric Indigo. HEX triplet: 6C, 10 and F1. RGB value is (108,16,241). Sum of RGB (Red+Green+Blue) = 108+16+241=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 241 (94.53% from 255 or 66.03% from 365); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C10F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C10F1 is #93EF0E. Grayscale: #444444. Windows color (decimal): -9694991 or 15798380. OLE color: 15798380.

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

Color convert

RGB10816241-
CMYK0.550.9300.05
HSL264.53º88.93%50.39%-
HSV(B)264.53º93.36%94.51%-
XYZ22.259.9183.96-
YUV69.16224.98155.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.59%
GREEN value IS 16 (6.64% from 255) = 4.38%
BLUE value IS 241 (94.53% from 255) = 66.03%
R=29.59%
G=4.38%
B=66.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal108162410.550.9300.05264.5388.9350.39
Hex6C10F1375D051095932
Octal15420361671350541113162
Binary11011001000011110001110111101110101011000010011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C10F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,16,241); }

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

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

 a { background-color: rgb(108,16,241); }

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

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

 span { border-color: rgb(108,16,241); }

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