#681099

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

Shades of Indigo #681099

Tints of Indigo #681099

Color information

#681099 (or 0x681099) is unknown color: approx Indigo. HEX triplet: 68, 10 and 99. RGB value is (104,16,153). Sum of RGB (Red+Green+Blue) = 104+16+153=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #681099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681099 is #97EF66. Grayscale: #393939. Windows color (decimal): -9957223 or 10031208. OLE color: 10031208.

HSL color Cylindrical-coordinate representation of color #681099: hue angle of 278.54º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #681099 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10416153-
CMYK0.320.9000.4
HSL278.54º81.07%33.14%-
HSV(B)278.54º89.54%60%-
XYZ11.645.6130.61-
YUV57.93181.65160.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 16 (6.64% from 255) = 5.86%
BLUE value IS 153 (60.16% from 255) = 56.04%
R=38.10%
G=5.86%
B=56.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104161530.320.9000.4278.5481.0733.14
Hex681099205A0281175121
Octal150202314013205042712141
Binary11010001000010011001100000101101001010001000101111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681099; }

 p { color: rgb(104,16,153); }

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

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

 a { background-color: rgb(104,16,153); }

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

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

 span { border-color: rgb(104,16,153); }

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