#681094

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

Shades of Indigo #681094

Tints of Indigo #681094

Color information

#681094 (or 0x681094) is unknown color: approx Indigo. HEX triplet: 68, 10 and 94. RGB value is (104,16,148). Sum of RGB (Red+Green+Blue) = 104+16+148=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #681094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681094 is #97EF6B. Grayscale: #383838. Windows color (decimal): -9957228 or 9703528. OLE color: 9703528.

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

Color convert

RGB10416148-
CMYK0.300.8900.42
HSL280º80.49%32.16%-
HSV(B)280º89.19%58.04%-
XYZ11.245.4528.48-
YUV57.36179.15161.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.81%
GREEN value IS 16 (6.64% from 255) = 5.97%
BLUE value IS 148 (58.20% from 255) = 55.22%
R=38.81%
G=5.97%
B=55.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104161480.300.8900.4228080.4932.16
Hex6810941E5902A1185020
Octal150202243613105243012040
Binary1101000100001001010011110101100101010101000110001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681094; }

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

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

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

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

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

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

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

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