#6C10EF

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

Shades of Electric Indigo #6C10EF

Tints of Electric Indigo #6C10EF

Color information

#6C10EF (or 0x6C10EF) is unknown color: approx Electric Indigo. HEX triplet: 6C, 10 and EF. RGB value is (108,16,239). Sum of RGB (Red+Green+Blue) = 108+16+239=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C10EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C10EF is #93EF10. Grayscale: #444444. Windows color (decimal): -9694993 or 15667308. OLE color: 15667308.

HSL color Cylindrical-coordinate representation of color #6C10EF: hue angle of 264.75º degrees, saturation: 0.87, 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 #6C10EF is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10816239-
CMYK0.550.9300.06
HSL264.75º87.45%50%-
HSV(B)264.75º93.31%93.73%-
XYZ21.959.7982.39-
YUV68.93223.98155.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.75%
GREEN value IS 16 (6.64% from 255) = 4.41%
BLUE value IS 239 (93.75% from 255) = 65.84%
R=29.75%
G=4.41%
B=65.84%

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
Decimal108162390.550.9300.06264.7587.4550
Hex6C10EF375D061095732
Octal15420357671350641112762
Binary11011001000011101111110111101110101101000010011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C10EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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