#6004A6

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

Shades of Indigo #6004A6

Tints of Indigo #6004A6

Color information

#6004A6 (or 0x6004A6) is unknown color: approx Indigo. HEX triplet: 60, 04 and A6. RGB value is (96,4,166). Sum of RGB (Red+Green+Blue) = 96+4+166=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 166 (65.23% from 255 or 62.41% from 266); Max value from RGB is 166 - color contains mainly: blue. Hex color #6004A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6004A6 is #9FFB59. Grayscale: #313131. Windows color (decimal): -10484570 or 10880096. OLE color: 10880096.

HSL color Cylindrical-coordinate representation of color #6004A6: hue angle of 274.07º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6004A6 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB964166-
CMYK0.420.9800.35
HSL274.07º95.29%33.33%-
HSV(B)274.07º97.59%65.1%-
XYZ11.755.3336.49-
YUV49.98193.48160.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 4 (1.95% from 255) = 1.50%
BLUE value IS 166 (65.23% from 255) = 62.41%
R=36.09%
G=1.50%
B=62.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9641660.420.9800.35274.0795.2933.33
Hex604A62A620231125f21
Octal14042465214204342213741
Binary110000010010100110101010110001001000111000100101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6004A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6004A6; }

 p { color: rgb(96,4,166); }

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

<style>
 a { background-color: #6004A6; }

 a { background-color: rgb(96,4,166); }

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

<style>
 span { border-color: #6004A6; }

 span { border-color: rgb(96,4,166); }

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