#680A9C

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

Shades of Indigo #680A9C

Tints of Indigo #680A9C

Color information

#680A9C (or 0x680A9C) is unknown color: approx Indigo. HEX triplet: 68, 0A and 9C. RGB value is (104,10,156). Sum of RGB (Red+Green+Blue) = 104+10+156=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #680A9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680A9C is #97F563. Grayscale: #363636. Windows color (decimal): -9958756 or 10226280. OLE color: 10226280.

HSL color Cylindrical-coordinate representation of color #680A9C: hue angle of 278.63º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680A9C is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10410156-
CMYK0.330.9400.39
HSL278.63º87.95%32.55%-
HSV(B)278.63º93.59%61.18%-
XYZ11.825.5631.9-
YUV54.75185.14163.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 10 (4.30% from 255) = 3.70%
BLUE value IS 156 (61.33% from 255) = 57.78%
R=38.52%
G=3.70%
B=57.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104101560.330.9400.39278.6387.9532.55
Hex68A9C215E0271175821
Octal150122344113604742713041
Binary1101000101010011100100001101111001001111000101111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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