#6C039C

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

Shades of Indigo #6C039C

Tints of Indigo #6C039C

Color information

#6C039C (or 0x6C039C) is unknown color: approx Indigo. HEX triplet: 6C, 03 and 9C. RGB value is (108,3,156). Sum of RGB (Red+Green+Blue) = 108+3+156=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C039C is #93FC63. Grayscale: #333333. Windows color (decimal): -9698404 or 10224492. OLE color: 10224492.

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

Color convert

RGB1083156-
CMYK0.310.9800.39
HSL281.18º96.23%31.18%-
HSV(B)281.18º98.08%61.18%-
XYZ12.225.6531.9-
YUV51.84186.79168.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.45%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 156 (61.33% from 255) = 58.43%
R=40.45%
G=1.12%
B=58.43%

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
Decimal10831560.310.9800.39281.1896.2331.18
Hex6C39C1F62027119601f
Octal15432343714204743114037
Binary110110011100111001111111000100100111100011001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C039C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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