#680996

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

Shades of Indigo #680996

Tints of Indigo #680996

Color information

#680996 (or 0x680996) is unknown color: approx Indigo. HEX triplet: 68, 09 and 96. RGB value is (104,9,150). Sum of RGB (Red+Green+Blue) = 104+9+150=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #680996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680996 is #97F669. Grayscale: #353535. Windows color (decimal): -9959018 or 9832808. OLE color: 9832808.

HSL color Cylindrical-coordinate representation of color #680996: hue angle of 280.43º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680996 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1049150-
CMYK0.310.9400.41
HSL280.43º88.68%31.18%-
HSV(B)280.43º94%58.82%-
XYZ11.315.3429.29-
YUV53.48182.47164.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 9 (3.91% from 255) = 3.42%
BLUE value IS 150 (58.98% from 255) = 57.03%
R=39.54%
G=3.42%
B=57.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10491500.310.9400.41280.4388.6831.18
Hex689961F5E029118591f
Octal150112263713605143013137
Binary11010001001100101101111110111100101001100011000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680996; }

 p { color: rgb(104,9,150); }

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

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

 a { background-color: rgb(104,9,150); }

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

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

 span { border-color: rgb(104,9,150); }

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