#680E9F

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

Shades of Indigo #680E9F

Tints of Indigo #680E9F

Color information

#680E9F (or 0x680E9F) is unknown color: approx Indigo. HEX triplet: 68, 0E and 9F. RGB value is (104,14,159). Sum of RGB (Red+Green+Blue) = 104+14+159=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #680E9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680E9F is #97F160. Grayscale: #383838. Windows color (decimal): -9957729 or 10423912. OLE color: 10423912.

HSL color Cylindrical-coordinate representation of color #680E9F: hue angle of 277.24º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680E9F is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10414159-
CMYK0.350.9100.38
HSL277.24º83.82%33.92%-
HSV(B)277.24º91.19%62.35%-
XYZ12.125.7633.27-
YUV57.44185.32161.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 14 (5.86% from 255) = 5.05%
BLUE value IS 159 (62.5% from 255) = 57.40%
R=37.55%
G=5.05%
B=57.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104141590.350.9100.38277.2483.8233.92
Hex68E9F235B0261155422
Octal150162374313304642512442
Binary1101000111010011111100011101101101001101000101011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,14,159); }

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

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

 a { background-color: rgb(104,14,159); }

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

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

 span { border-color: rgb(104,14,159); }

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