#680B9F

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

Shades of Indigo #680B9F

Tints of Indigo #680B9F

Color information

#680B9F (or 0x680B9F) is unknown color: approx Indigo. HEX triplet: 68, 0B and 9F. RGB value is (104,11,159). Sum of RGB (Red+Green+Blue) = 104+11+159=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #680B9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680B9F is #97F460. Grayscale: #373737. Windows color (decimal): -9958497 or 10423144. OLE color: 10423144.

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

Color convert

RGB10411159-
CMYK0.350.9300.38
HSL277.7º87.06%33.33%-
HSV(B)277.7º93.08%62.35%-
XYZ12.095.6933.26-
YUV55.68186.31162.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 11 (4.69% from 255) = 4.01%
BLUE value IS 159 (62.5% from 255) = 58.03%
R=37.96%
G=4.01%
B=58.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104111590.350.9300.38277.787.0633.33
Hex68B9F235D0261165721
Octal150132374313504642612741
Binary1101000101110011111100011101110101001101000101101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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