#6C099B

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

Shades of Indigo #6C099B

Tints of Indigo #6C099B

Color information

#6C099B (or 0x6C099B) is unknown color: approx Indigo. HEX triplet: 6C, 09 and 9B. RGB value is (108,9,155). Sum of RGB (Red+Green+Blue) = 108+9+155=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C099B is #93F664. Grayscale: #363636. Windows color (decimal): -9696869 or 10160492. OLE color: 10160492.

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

Color convert

RGB1089155-
CMYK0.300.9400.39
HSL280.68º89.02%32.16%-
HSV(B)280.68º94.19%60.78%-
XYZ12.25.7531.48-
YUV55.24184.3165.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.71%
GREEN value IS 9 (3.91% from 255) = 3.31%
BLUE value IS 155 (60.94% from 255) = 56.99%
R=39.71%
G=3.31%
B=56.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10891550.300.9400.39280.6889.0232.16
Hex6C99B1E5E0271195920
Octal154112333613604743113140
Binary110110010011001101111110101111001001111000110011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C099B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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