#6A079A

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

Shades of Indigo #6A079A

Tints of Indigo #6A079A

Color information

#6A079A (or 0x6A079A) is unknown color: approx Indigo. HEX triplet: 6A, 07 and 9A. RGB value is (106,7,154). Sum of RGB (Red+Green+Blue) = 106+7+154=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A079A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A079A is #95F865. Grayscale: #343434. Windows color (decimal): -9828454 or 10094442. OLE color: 10094442.

HSL color Cylindrical-coordinate representation of color #6A079A: hue angle of 280.41º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A079A is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1067154-
CMYK0.310.9500.40
HSL280.41º91.3%31.57%-
HSV(B)280.41º95.45%60.39%-
XYZ11.855.5531.02-
YUV53.36184.8165.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.70%
GREEN value IS 7 (3.12% from 255) = 2.62%
BLUE value IS 154 (60.55% from 255) = 57.68%
R=39.70%
G=2.62%
B=57.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10671540.310.9500.40280.4191.331.57
Hex6A79A1F5F0281185b20
Octal15272323713705043013340
Binary11010101111001101011111101111101010001000110001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A079A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,7,154); }

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

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

 a { background-color: rgb(106,7,154); }

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

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

 span { border-color: rgb(106,7,154); }

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