#6C17EA

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

Shades of Electric Indigo #6C17EA

Tints of Electric Indigo #6C17EA

Color information

#6C17EA (or 0x6C17EA) is unknown color: approx Electric Indigo. HEX triplet: 6C, 17 and EA. RGB value is (108,23,234). Sum of RGB (Red+Green+Blue) = 108+23+234=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C17EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C17EA is #93E815. Grayscale: #474747. Windows color (decimal): -9693206 or 15341420. OLE color: 15341420.

HSL color Cylindrical-coordinate representation of color #6C17EA: hue angle of 264.17º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C17EA is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10823234-
CMYK0.540.9000.08
HSL264.17º83.4%50.39%-
HSV(B)264.17º90.17%91.76%-
XYZ21.349.7478.6-
YUV72.47219.16153.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.59%
GREEN value IS 23 (9.38% from 255) = 6.30%
BLUE value IS 234 (91.80% from 255) = 64.11%
R=29.59%
G=6.30%
B=64.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal108232340.540.9000.08264.1783.450.39
Hex6C17EA365A081085332
Octal154273526613201041012362
Binary110110010111111010101101101011010010001000010001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C17EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,23,234); }

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

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

 a { background-color: rgb(108,23,234); }

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

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

 span { border-color: rgb(108,23,234); }

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