#680C87

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

Shades of Indigo #680C87

Tints of Indigo #680C87

Color information

#680C87 (or 0x680C87) is unknown color: approx Indigo. HEX triplet: 68, 0C and 87. RGB value is (104,12,135). Sum of RGB (Red+Green+Blue) = 104+12+135=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 135 (53.12% from 255 or 53.78% from 251); Max value from RGB is 135 - color contains mainly: blue. Hex color #680C87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680C87 is #97F378. Grayscale: #353535. Windows color (decimal): -9958265 or 8850536. OLE color: 8850536.

HSL color Cylindrical-coordinate representation of color #680C87: hue angle of 284.88º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680C87 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10412135-
CMYK0.230.9100.47
HSL284.88º83.67%28.82%-
HSV(B)284.88º91.11%52.94%-
XYZ10.214.9623.34-
YUV53.53173.98164-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.43%
GREEN value IS 12 (5.08% from 255) = 4.78%
BLUE value IS 135 (53.12% from 255) = 53.78%
R=41.43%
G=4.78%
B=53.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104121350.230.9100.47284.8883.6728.82
Hex68C87175B02F11d541d
Octal150142072713305743512435
Binary11010001100100001111011110110110101111100011101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,12,135); }

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

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

 a { background-color: rgb(104,12,135); }

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

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

 span { border-color: rgb(104,12,135); }

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