#6A02AB

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

Shades of Indigo #6A02AB

Tints of Indigo #6A02AB

Color information

#6A02AB (or 0x6A02AB) is unknown color: approx Indigo. HEX triplet: 6A, 02 and AB. RGB value is (106,2,171). Sum of RGB (Red+Green+Blue) = 106+2+171=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A02AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A02AB is #95FD54. Grayscale: #333333. Windows color (decimal): -9829717 or 11207274. OLE color: 11207274.

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

Color convert

RGB1062171-
CMYK0.380.9900.33
HSL276.92º97.69%33.92%-
HSV(B)276.92º98.83%67.06%-
XYZ13.326.0538.99-
YUV52.36194.96166.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.99%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 171 (67.19% from 255) = 61.29%
R=37.99%
G=0.72%
B=61.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10621710.380.9900.33276.9297.6933.92
Hex6A2AB26630211156222
Octal15222534614304142514242
Binary11010101010101011100110110001101000011000101011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A02AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,2,171); }

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

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

 a { background-color: rgb(106,2,171); }

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

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

 span { border-color: rgb(106,2,171); }

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