#6B039C

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

Shades of Indigo #6B039C

Tints of Indigo #6B039C

Color information

#6B039C (or 0x6B039C) is unknown color: approx Indigo. HEX triplet: 6B, 03 and 9C. RGB value is (107,3,156). Sum of RGB (Red+Green+Blue) = 107+3+156=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B039C is #94FC63. Grayscale: #333333. Windows color (decimal): -9763940 or 10224491. OLE color: 10224491.

HSL color Cylindrical-coordinate representation of color #6B039C: hue angle of 280.78º 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 #6B039C is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1073156-
CMYK0.310.9800.39
HSL280.78º96.23%31.18%-
HSV(B)280.78º98.08%61.18%-
XYZ12.15.5931.89-
YUV51.54186.96167.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.23%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 156 (61.33% from 255) = 58.65%
R=40.23%
G=1.13%
B=58.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10731560.310.9800.39280.7896.2331.18
Hex6B39C1F62027119601f
Octal15332343714204743114037
Binary110101111100111001111111000100100111100011001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B039C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,3,156); }

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

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

 a { background-color: rgb(107,3,156); }

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

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

 span { border-color: rgb(107,3,156); }

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