#6812A0

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

Shades of Indigo #6812A0

Tints of Indigo #6812A0

Color information

#6812A0 (or 0x6812A0) is unknown color: approx Indigo. HEX triplet: 68, 12 and A0. RGB value is (104,18,160). Sum of RGB (Red+Green+Blue) = 104+18+160=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 160 (62.89% from 255 or 56.74% from 282); Max value from RGB is 160 - color contains mainly: blue. Hex color #6812A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6812A0 is #97ED5F. Grayscale: #3B3B3B. Windows color (decimal): -9956704 or 10490472. OLE color: 10490472.

HSL color Cylindrical-coordinate representation of color #6812A0: hue angle of 276.34º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6812A0 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10418160-
CMYK0.350.8900.37
HSL276.34º79.78%34.9%-
HSV(B)276.34º88.75%62.75%-
XYZ12.275.9133.75-
YUV59.9184.49159.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 18 (7.42% from 255) = 6.38%
BLUE value IS 160 (62.89% from 255) = 56.74%
R=36.88%
G=6.38%
B=56.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal104181600.350.8900.37276.3479.7834.9
Hex6812A023590251145023
Octal150222404313104542412043
Binary11010001001010100000100011101100101001011000101001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6812A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6812A0; }

 p { color: rgb(104,18,160); }

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

<style>
 a { background-color: #6812A0; }

 a { background-color: rgb(104,18,160); }

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

<style>
 span { border-color: #6812A0; }

 span { border-color: rgb(104,18,160); }

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