#6C10F0

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

Shades of Electric Indigo #6C10F0

Tints of Electric Indigo #6C10F0

Color information

#6C10F0 (or 0x6C10F0) is unknown color: approx Electric Indigo. HEX triplet: 6C, 10 and F0. RGB value is (108,16,240). Sum of RGB (Red+Green+Blue) = 108+16+240=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 240 (94.14% from 255 or 65.93% from 364); Max value from RGB is 240 - color contains mainly: blue. Hex color #6C10F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C10F0 is #93EF0F. Grayscale: #444444. Windows color (decimal): -9694992 or 15732844. OLE color: 15732844.

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

Color convert

RGB10816240-
CMYK0.550.9300.06
HSL264.64º88.19%50.2%-
HSV(B)264.64º93.33%94.12%-
XYZ22.19.8583.17-
YUV69.04224.48155.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.67%
GREEN value IS 16 (6.64% from 255) = 4.40%
BLUE value IS 240 (94.14% from 255) = 65.93%
R=29.67%
G=4.40%
B=65.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal108162400.550.9300.06264.6488.1950.2
Hex6C10F0375D061095832
Octal15420360671350641113062
Binary11011001000011110000110111101110101101000010011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C10F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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