#681697

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

Shades of Indigo #681697

Tints of Indigo #681697

Color information

#681697 (or 0x681697) is unknown color: approx Indigo. HEX triplet: 68, 16 and 97. RGB value is (104,22,151). Sum of RGB (Red+Green+Blue) = 104+22+151=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 151 (59.38% from 255 or 54.51% from 277); Max value from RGB is 151 - color contains mainly: blue. Hex color #681697 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681697 is #97E968. Grayscale: #3C3C3C. Windows color (decimal): -9955689 or 9901672. OLE color: 9901672.

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

Color convert

RGB10422151-
CMYK0.310.8500.41
HSL278.14º74.57%33.92%-
HSV(B)278.14º85.43%59.22%-
XYZ11.585.7529.78-
YUV61.22178.67158.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 22 (8.98% from 255) = 7.94%
BLUE value IS 151 (59.38% from 255) = 54.51%
R=37.55%
G=7.94%
B=54.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104221510.310.8500.41278.1474.5733.92
Hex6816971F550291164b22
Octal150262273712505142611342
Binary1101000101101001011111111101010101010011000101101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681697; }

 p { color: rgb(104,22,151); }

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

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

 a { background-color: rgb(104,22,151); }

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

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

 span { border-color: rgb(104,22,151); }

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