#6C109D

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

Shades of Indigo #6C109D

Tints of Indigo #6C109D

Color information

#6C109D (or 0x6C109D) is unknown color: approx Indigo. HEX triplet: 6C, 10 and 9D. RGB value is (108,16,157). Sum of RGB (Red+Green+Blue) = 108+16+157=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C109D is #93EF62. Grayscale: #3B3B3B. Windows color (decimal): -9695075 or 10293356. OLE color: 10293356.

HSL color Cylindrical-coordinate representation of color #6C109D: hue angle of 279.15º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C109D is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10816157-
CMYK0.310.9000.38
HSL279.15º81.5%33.92%-
HSV(B)279.15º89.81%61.57%-
XYZ12.465.9932.4-
YUV59.58182.98162.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.43%
GREEN value IS 16 (6.64% from 255) = 5.69%
BLUE value IS 157 (61.72% from 255) = 55.87%
R=38.43%
G=5.69%
B=55.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal108161570.310.9000.38279.1581.533.92
Hex6C109D1F5A0261175222
Octal154202353713204642712242
Binary1101100100001001110111111101101001001101000101111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C109D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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