#680AA6

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

Shades of Indigo #680AA6

Tints of Indigo #680AA6

Color information

#680AA6 (or 0x680AA6) is unknown color: approx Indigo. HEX triplet: 68, 0A and A6. RGB value is (104,10,166). Sum of RGB (Red+Green+Blue) = 104+10+166=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 166 (65.23% from 255 or 59.29% from 280); Max value from RGB is 166 - color contains mainly: blue. Hex color #680AA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680AA6 is #97F559. Grayscale: #373737. Windows color (decimal): -9958746 or 10881640. OLE color: 10881640.

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

Color convert

RGB10410166-
CMYK0.370.9400.35
HSL276.15º88.64%34.51%-
HSV(B)276.15º93.98%65.1%-
XYZ12.75.9136.55-
YUV55.89190.14162.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 10 (4.30% from 255) = 3.57%
BLUE value IS 166 (65.23% from 255) = 59.29%
R=37.14%
G=3.57%
B=59.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal104101660.370.9400.35276.1588.6434.51
Hex68AA6255E0231145923
Octal150122464513604342413143
Binary1101000101010100110100101101111001000111000101001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680AA6; }

 p { color: rgb(104,10,166); }

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

<style>
 a { background-color: #680AA6; }

 a { background-color: rgb(104,10,166); }

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

<style>
 span { border-color: #680AA6; }

 span { border-color: rgb(104,10,166); }

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