#6B1195

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

Shades of Indigo #6B1195

Tints of Indigo #6B1195

Color information

#6B1195 (or 0x6B1195) is unknown color: approx Indigo. HEX triplet: 6B, 11 and 95. RGB value is (107,17,149). Sum of RGB (Red+Green+Blue) = 107+17+149=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B1195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1195 is #94EE6A. Grayscale: #3A3A3A. Windows color (decimal): -9760363 or 9769323. OLE color: 9769323.

HSL color Cylindrical-coordinate representation of color #6B1195: hue angle of 280.91º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B1195 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10717149-
CMYK0.280.8900.42
HSL280.91º79.52%32.55%-
HSV(B)280.91º88.59%58.43%-
XYZ11.695.728.92-
YUV58.96178.82162.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.19%
GREEN value IS 17 (7.03% from 255) = 6.23%
BLUE value IS 149 (58.59% from 255) = 54.58%
R=39.19%
G=6.23%
B=54.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107171490.280.8900.42280.9179.5232.55
Hex6B11951C5902A1195021
Octal153212253413105243112041
Binary1101011100011001010111100101100101010101000110011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,17,149); }

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

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

 a { background-color: rgb(107,17,149); }

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

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

 span { border-color: rgb(107,17,149); }

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