#6A158E

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

Shades of Indigo #6A158E

Tints of Indigo #6A158E

Color information

#6A158E (or 0x6A158E) is unknown color: approx Indigo. HEX triplet: 6A, 15 and 8E. RGB value is (106,21,142). Sum of RGB (Red+Green+Blue) = 106+21+142=269 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.41% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A158E is #95EA71. Grayscale: #3B3B3B. Windows color (decimal): -9824882 or 9311594. OLE color: 9311594.

HSL color Cylindrical-coordinate representation of color #6A158E: hue angle of 282.15º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A158E is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10621142-
CMYK0.250.8500.44
HSL282.15º74.23%31.96%-
HSV(B)282.15º85.21%55.69%-
XYZ11.095.5526.08-
YUV60.21174.16160.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.41%
GREEN value IS 21 (8.59% from 255) = 7.81%
BLUE value IS 142 (55.86% from 255) = 52.79%
R=39.41%
G=7.81%
B=52.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106211420.250.8500.44282.1574.2331.96
Hex6A158E195502C11a4a20
Octal152252163112505443211240
Binary1101010101011000111011001101010101011001000110101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,21,142); }

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

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

 a { background-color: rgb(106,21,142); }

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

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

 span { border-color: rgb(106,21,142); }

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