#6006A2

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

Shades of Indigo #6006A2

Tints of Indigo #6006A2

Color information

#6006A2 (or 0x6006A2) is unknown color: approx Indigo. HEX triplet: 60, 06 and A2. RGB value is (96,6,162). Sum of RGB (Red+Green+Blue) = 96+6+162=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 162 (63.67% from 255 or 61.36% from 264); Max value from RGB is 162 - color contains mainly: blue. Hex color #6006A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6006A2 is #9FF95D. Grayscale: #323232. Windows color (decimal): -10484062 or 10618464. OLE color: 10618464.

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

Color convert

RGB966162-
CMYK0.410.9600.36
HSL274.62º92.86%32.94%-
HSV(B)274.62º96.3%63.53%-
XYZ11.415.2334.59-
YUV50.69190.82160.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.36%
GREEN value IS 6 (2.73% from 255) = 2.27%
BLUE value IS 162 (63.67% from 255) = 61.36%
R=36.36%
G=2.27%
B=61.36%

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
Decimal9661620.410.9600.36274.6292.8632.94
Hex606A229600241135d21
Octal14062425114004442313541
Binary110000011010100010101001110000001001001000100111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6006A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,6,162); }

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

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

 a { background-color: rgb(96,6,162); }

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

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

 span { border-color: rgb(96,6,162); }

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