Html Css Color HEX #681095 Indigo

📋 copy color: '#681095'

red 104 ◦ green 16 ◦ blue 149

#681095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #681095

Tints of Indigo #681095

RGB

 RED value IS 104 (41.02% from 255) = 38.66%

 GREEN value IS 16 (6.64% from 255) = 5.95%

 BLUE value IS 149 (58.59% from 255) = 55.39%

R = 38.66%
G = 5.95%
B = 55.39%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#681095 (or 0x681095) is known color: Indigo. HEX triplet: 68, 10 and 95. RGB value is (104,16,149). Sum of RGB (Red+Green+Blue) = 104+16+149=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #681095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681095 is #97EF6A. Grayscale: #393939. Windows color (decimal): -9957227 or 9769064. OLE color: 9769064.

HSL color Cylindrical-coordinate representation of color #681095: hue angle of 279.7º degrees, saturation: 0.81, 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 #681095 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 16 149 -
CMYK 0.30 0.89 0 0.42
HSL 279.7º 0.81% 0.32% -
HSV(B) 279.7º 0.89% 0.58% -
XYZ 11.32 5.48 28.9 -
YUV 57.47 179.65 161.19 -
System Red Green Blue C M Y K H S L
Decimal 104 16 149 0.30 0.89 0 0.42 279.7 0.81 0.32
Hex 68 10 95 1E 59 0 2A 118 51 20
Octal 150 20 225 36 131 0 52 430 121 40
Binary 1101000 10000 10010101 11110 1011001 0 101010 100011000 1010001 100000

Color Harmonies of #681095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681095

Black with #681095

Text Example


Text Example

White with #681095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681095; }

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

 H1.HeaderClassName
 {
   color: #681095;
 }
 .AnyTagClassName
 {
   color: #681095;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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