#6C00D6

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

Shades of Electric Indigo #6C00D6

Tints of Electric Indigo #6C00D6

Color information

#6C00D6 (or 0x6C00D6) is unknown color: approx Electric Indigo. HEX triplet: 6C, 00 and D6. RGB value is (108,0,214). Sum of RGB (Red+Green+Blue) = 108+0+214=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 214 (83.98% from 255 or 66.46% from 322); Max value from RGB is 214 - color contains mainly: blue. Hex color #6C00D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C00D6 is #93FF29. Grayscale: #373737. Windows color (decimal): -9699114 or 14024812. OLE color: 14024812.

HSL color Cylindrical-coordinate representation of color #6C00D6: hue angle of 270.28º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C00D6 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1080214-
CMYK0.50100.16
HSL270.28º100%41.96%-
HSV(B)270.28º100%83.92%-
XYZ18.328.0464.21-
YUV56.69216.78164.6-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 214 (83.98% from 255) = 66.46%
R=33.54%
G=0%
B=66.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal10802140.50100.16270.2810041.96
Hex6C0D6326401010e642a
Octal15403266214402041614452
Binary110110001101011011001011001000100001000011101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C00D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,0,214); }

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

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

 a { background-color: rgb(108,0,214); }

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

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

 span { border-color: rgb(108,0,214); }

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