#6C0DA0

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

Shades of Indigo #6C0DA0

Tints of Indigo #6C0DA0

Color information

#6C0DA0 (or 0x6C0DA0) is unknown color: approx Indigo. HEX triplet: 6C, 0D and A0. RGB value is (108,13,160). Sum of RGB (Red+Green+Blue) = 108+13+160=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 160 (62.89% from 255 or 56.94% from 281); Max value from RGB is 160 - color contains mainly: blue. Hex color #6C0DA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0DA0 is #93F25F. Grayscale: #393939. Windows color (decimal): -9695840 or 10489196. OLE color: 10489196.

HSL color Cylindrical-coordinate representation of color #6C0DA0: hue angle of 278.78º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C0DA0 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10813160-
CMYK0.320.9200.37
HSL278.78º84.97%33.92%-
HSV(B)278.78º91.87%62.75%-
XYZ12.676.0133.75-
YUV58.16185.47163.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.43%
GREEN value IS 13 (5.47% from 255) = 4.63%
BLUE value IS 160 (62.89% from 255) = 56.94%
R=38.43%
G=4.63%
B=56.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal108131600.320.9200.37278.7884.9733.92
Hex6CDA0205C0251175522
Octal154152404013404542712542
Binary1101100110110100000100000101110001001011000101111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,13,160); }

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

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

 a { background-color: rgb(108,13,160); }

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

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

 span { border-color: rgb(108,13,160); }

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