#6106A4

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

Shades of Indigo #6106A4

Tints of Indigo #6106A4

Color information

#6106A4 (or 0x6106A4) is unknown color: approx Indigo. HEX triplet: 61, 06 and A4. RGB value is (97,6,164). Sum of RGB (Red+Green+Blue) = 97+6+164=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 164 (64.45% from 255 or 61.42% from 267); Max value from RGB is 164 - color contains mainly: blue. Hex color #6106A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6106A4 is #9EF95B. Grayscale: #323232. Windows color (decimal): -10418524 or 10749537. OLE color: 10749537.

HSL color Cylindrical-coordinate representation of color #6106A4: hue angle of 274.56º degrees, saturation: 0.93, 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 #6106A4 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB976164-
CMYK0.410.9600.36
HSL274.56º92.94%33.33%-
HSV(B)274.56º96.34%64.31%-
XYZ11.75.3535.54-
YUV51.22191.65160.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.33%
GREEN value IS 6 (2.73% from 255) = 2.25%
BLUE value IS 164 (64.45% from 255) = 61.42%
R=36.33%
G=2.25%
B=61.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9761640.410.9600.36274.5692.9433.33
Hex616A429600241135d21
Octal14162445114004442313541
Binary110000111010100100101001110000001001001000100111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6106A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6106A4; }

 p { color: rgb(97,6,164); }

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

<style>
 a { background-color: #6106A4; }

 a { background-color: rgb(97,6,164); }

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

<style>
 span { border-color: #6106A4; }

 span { border-color: rgb(97,6,164); }

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