#6107A2

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

Shades of Indigo #6107A2

Tints of Indigo #6107A2

Color information

#6107A2 (or 0x6107A2) is unknown color: approx Indigo. HEX triplet: 61, 07 and A2. RGB value is (97,7,162). Sum of RGB (Red+Green+Blue) = 97+7+162=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 162 (63.67% from 255 or 60.90% from 266); Max value from RGB is 162 - color contains mainly: blue. Hex color #6107A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6107A2 is #9EF85D. Grayscale: #333333. Windows color (decimal): -10418270 or 10618721. OLE color: 10618721.

HSL color Cylindrical-coordinate representation of color #6107A2: hue angle of 274.84º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6107A2 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB977162-
CMYK0.400.9600.36
HSL274.84º91.72%33.14%-
HSV(B)274.84º95.68%63.53%-
XYZ11.535.334.6-
YUV51.58190.32160.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.47%
GREEN value IS 7 (3.12% from 255) = 2.63%
BLUE value IS 162 (63.67% from 255) = 60.90%
R=36.47%
G=2.63%
B=60.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9771620.400.9600.36274.8491.7233.14
Hex617A228600241135c21
Octal14172425014004442313441
Binary110000111110100010101000110000001001001000100111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6107A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6107A2; }

 p { color: rgb(97,7,162); }

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

<style>
 a { background-color: #6107A2; }

 a { background-color: rgb(97,7,162); }

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

<style>
 span { border-color: #6107A2; }

 span { border-color: rgb(97,7,162); }

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