#6B04A2

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

Shades of Indigo #6B04A2

Tints of Indigo #6B04A2

Color information

#6B04A2 (or 0x6B04A2) is unknown color: approx Indigo. HEX triplet: 6B, 04 and A2. RGB value is (107,4,162). Sum of RGB (Red+Green+Blue) = 107+4+162=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #6B04A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B04A2 is #94FB5D. Grayscale: #343434. Windows color (decimal): -9763678 or 10617963. OLE color: 10617963.

HSL color Cylindrical-coordinate representation of color #6B04A2: hue angle of 279.11º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B04A2 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1074162-
CMYK0.340.9800.36
HSL279.11º95.18%32.55%-
HSV(B)279.11º97.53%63.53%-
XYZ12.635.8234.64-
YUV52.81189.62166.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.19%
GREEN value IS 4 (1.95% from 255) = 1.47%
BLUE value IS 162 (63.67% from 255) = 59.34%
R=39.19%
G=1.47%
B=59.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10741620.340.9800.36279.1195.1832.55
Hex6B4A222620241175f21
Octal15342424214204442713741
Binary110101110010100010100010110001001001001000101111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B04A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,4,162); }

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

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

 a { background-color: rgb(107,4,162); }

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

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

 span { border-color: rgb(107,4,162); }

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