#6A129B

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

Shades of Indigo #6A129B

Tints of Indigo #6A129B

Color information

#6A129B (or 0x6A129B) is unknown color: approx Indigo. HEX triplet: 6A, 12 and 9B. RGB value is (106,18,155). Sum of RGB (Red+Green+Blue) = 106+18+155=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A129B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A129B is #95ED64. Grayscale: #3B3B3B. Windows color (decimal): -9825637 or 10162794. OLE color: 10162794.

HSL color Cylindrical-coordinate representation of color #6A129B: hue angle of 278.54º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A129B is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10618155-
CMYK0.320.8800.39
HSL278.54º79.19%33.92%-
HSV(B)278.54º88.39%60.78%-
XYZ12.085.8631.51-
YUV59.93181.65160.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.99%
GREEN value IS 18 (7.42% from 255) = 6.45%
BLUE value IS 155 (60.94% from 255) = 55.56%
R=37.99%
G=6.45%
B=55.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal106181550.320.8800.39278.5479.1933.92
Hex6A129B20580271174f22
Octal152222334013004742711742
Binary11010101001010011011100000101100001001111000101111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,18,155); }

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

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

 a { background-color: rgb(106,18,155); }

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

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

 span { border-color: rgb(106,18,155); }

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