#680F86

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

Shades of Indigo #680F86

Tints of Indigo #680F86

Color information

#680F86 (or 0x680F86) is unknown color: approx Indigo. HEX triplet: 68, 0F and 86. RGB value is (104,15,134). Sum of RGB (Red+Green+Blue) = 104+15+134=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #680F86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680F86 is #97F079. Grayscale: #363636. Windows color (decimal): -9957498 or 8785768. OLE color: 8785768.

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

Color convert

RGB10415134-
CMYK0.220.8900.47
HSL284.87º79.87%29.22%-
HSV(B)284.87º88.81%52.55%-
XYZ10.185.0122.98-
YUV55.18172.49162.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.11%
GREEN value IS 15 (6.25% from 255) = 5.93%
BLUE value IS 134 (52.73% from 255) = 52.96%
R=41.11%
G=5.93%
B=52.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104151340.220.8900.47284.8779.8729.22
Hex68F86165902F11d501d
Octal150172062613105743512035
Binary11010001111100001101011010110010101111100011101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,15,134); }

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

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

 a { background-color: rgb(104,15,134); }

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

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

 span { border-color: rgb(104,15,134); }

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