#680994

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

Shades of Indigo #680994

Tints of Indigo #680994

Color information

#680994 (or 0x680994) is unknown color: approx Indigo. HEX triplet: 68, 09 and 94. RGB value is (104,9,148). Sum of RGB (Red+Green+Blue) = 104+9+148=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #680994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680994 is #97F66B. Grayscale: #343434. Windows color (decimal): -9959020 or 9701736. OLE color: 9701736.

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

Color convert

RGB1049148-
CMYK0.300.9400.42
HSL281.01º88.54%30.78%-
HSV(B)281.01º93.92%58.04%-
XYZ11.155.2828.45-
YUV53.25181.47164.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 9 (3.91% from 255) = 3.45%
BLUE value IS 148 (58.20% from 255) = 56.70%
R=39.85%
G=3.45%
B=56.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10491480.300.9400.42281.0188.5430.78
Hex689941E5E02A119591f
Octal150112243613605243113137
Binary11010001001100101001111010111100101010100011001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680994; }

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

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

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

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

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

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

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

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