#6A158F

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

Shades of Indigo #6A158F

Tints of Indigo #6A158F

Color information

#6A158F (or 0x6A158F) is unknown color: approx Indigo. HEX triplet: 6A, 15 and 8F. RGB value is (106,21,143). Sum of RGB (Red+Green+Blue) = 106+21+143=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #6A158F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A158F is #95EA70. Grayscale: #3B3B3B. Windows color (decimal): -9824881 or 9377130. OLE color: 9377130.

HSL color Cylindrical-coordinate representation of color #6A158F: hue angle of 281.8º 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 #6A158F is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10621143-
CMYK0.260.8500.44
HSL281.8º74.39%32.16%-
HSV(B)281.8º85.31%56.08%-
XYZ11.175.5826.48-
YUV60.32174.66160.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.26%
GREEN value IS 21 (8.59% from 255) = 7.78%
BLUE value IS 143 (56.25% from 255) = 52.96%
R=39.26%
G=7.78%
B=52.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106211430.260.8500.44281.874.3932.16
Hex6A158F1A5502C11a4a20
Octal152252173212505443211240
Binary1101010101011000111111010101010101011001000110101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A158F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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