#6C0A9E

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

Shades of Indigo #6C0A9E

Tints of Indigo #6C0A9E

Color information

#6C0A9E (or 0x6C0A9E) is unknown color: approx Indigo. HEX triplet: 6C, 0A and 9E. RGB value is (108,10,158). Sum of RGB (Red+Green+Blue) = 108+10+158=276 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.13% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C0A9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0A9E is #93F561. Grayscale: #373737. Windows color (decimal): -9696610 or 10357356. OLE color: 10357356.

HSL color Cylindrical-coordinate representation of color #6C0A9E: hue angle of 279.73º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0A9E is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10810158-
CMYK0.320.9400.38
HSL279.73º88.1%32.94%-
HSV(B)279.73º93.67%61.96%-
XYZ12.465.8732.82-
YUV56.17185.47164.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.13%
GREEN value IS 10 (4.30% from 255) = 3.62%
BLUE value IS 158 (62.11% from 255) = 57.25%
R=39.13%
G=3.62%
B=57.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal108101580.320.9400.38279.7388.132.94
Hex6CA9E205E0261185821
Octal154122364013604643013041
Binary1101100101010011110100000101111001001101000110001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,10,158); }

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

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

 a { background-color: rgb(108,10,158); }

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

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

 span { border-color: rgb(108,10,158); }

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