#6C119B

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

Shades of Indigo #6C119B

Tints of Indigo #6C119B

Color information

#6C119B (or 0x6C119B) is unknown color: approx Indigo. HEX triplet: 6C, 11 and 9B. RGB value is (108,17,155). Sum of RGB (Red+Green+Blue) = 108+17+155=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C119B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C119B is #93EE64. Grayscale: #3B3B3B. Windows color (decimal): -9694821 or 10162540. OLE color: 10162540.

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

Color convert

RGB10817155-
CMYK0.300.8900.39
HSL279.57º80.23%33.73%-
HSV(B)279.57º89.03%60.78%-
XYZ12.35.9631.51-
YUV59.94181.65162.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.57%
GREEN value IS 17 (7.03% from 255) = 6.07%
BLUE value IS 155 (60.94% from 255) = 55.36%
R=38.57%
G=6.07%
B=55.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal108171550.300.8900.39279.5780.2333.73
Hex6C119B1E590271185022
Octal154212333613104743012042
Binary1101100100011001101111110101100101001111000110001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C119B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,17,155); }

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

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

 a { background-color: rgb(108,17,155); }

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

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

 span { border-color: rgb(108,17,155); }

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