#680689

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

Shades of Indigo #680689

Tints of Indigo #680689

Color information

#680689 (or 0x680689) is unknown color: approx Indigo. HEX triplet: 68, 06 and 89. RGB value is (104,6,137). Sum of RGB (Red+Green+Blue) = 104+6+137=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #680689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680689 is #97F976. Grayscale: #313131. Windows color (decimal): -9959799 or 8980072. OLE color: 8980072.

HSL color Cylindrical-coordinate representation of color #680689: hue angle of 284.89º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680689 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1046137-
CMYK0.240.9600.46
HSL284.89º91.61%28.04%-
HSV(B)284.89º95.62%53.73%-
XYZ10.294.8824.07-
YUV50.24176.97166.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.11%
GREEN value IS 6 (2.73% from 255) = 2.43%
BLUE value IS 137 (53.91% from 255) = 55.47%
R=42.11%
G=2.43%
B=55.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10461370.240.9600.46284.8991.6128.04
Hex68689186002E11d5c1c
Octal15062113014005643513434
Binary1101000110100010011100011000000101110100011101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680689; }

 p { color: rgb(104,6,137); }

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

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

 a { background-color: rgb(104,6,137); }

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

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

 span { border-color: rgb(104,6,137); }

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