#6C039B

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

Shades of Indigo #6C039B

Tints of Indigo #6C039B

Color information

#6C039B (or 0x6C039B) is unknown color: approx Indigo. HEX triplet: 6C, 03 and 9B. RGB value is (108,3,155). Sum of RGB (Red+Green+Blue) = 108+3+155=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C039B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C039B is #93FC64. Grayscale: #333333. Windows color (decimal): -9698405 or 10158956. OLE color: 10158956.

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

Color convert

RGB1083155-
CMYK0.300.9800.39
HSL281.45º96.2%30.98%-
HSV(B)281.45º98.06%60.78%-
XYZ12.135.6231.46-
YUV51.72186.29168.14-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.60%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 155 (60.94% from 255) = 58.27%
R=40.60%
G=1.13%
B=58.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10831550.300.9800.39281.4596.230.98
Hex6C39B1E62027119601f
Octal15432333614204743114037
Binary110110011100110111111011000100100111100011001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C039B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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