#6b0aa5

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

Shades of Indigo #6B0AA5

Tints of Indigo #6B0AA5

Color information

#6B0AA5 (or 0x6B0AA5) is unknown color: approx Indigo. HEX triplet: 6B, 0A and A5. RGB value is (107,10,165). Sum of RGB (Red+Green+Blue) = 107+10+165=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 165 (64.84% from 255 or 58.51% from 282); Max value from RGB is 165 - color contains mainly: blue. Hex color #6B0AA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0AA5 is #94F55A. Grayscale: #383838. Windows color (decimal): -9762139 or 10816107. OLE color: 10816107.

HSL color Cylindrical-coordinate representation of color #6B0AA5: hue angle of 277.55º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0AA5 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10710165-
CMYK0.350.9400.35
HSL277.55º88.57%34.31%-
HSV(B)277.55º93.94%64.71%-
XYZ12.966.0636.08-
YUV56.67189.14163.9-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.94%
GREEN value IS 10 (4.30% from 255) = 3.55%
BLUE value IS 165 (64.84% from 255) = 58.51%
R=37.94%
G=3.55%
B=58.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal107101650.350.9400.35277.5588.5734.31
Hex6BAA5235E0231165922
Octal153122454313604342613142
Binary1101011101010100101100011101111001000111000101101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b0aa5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,10,165); }

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

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

 a { background-color: rgb(107,10,165); }

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

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

 span { border-color: rgb(107,10,165); }

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