Html Css Color HEX #681696 Indigo

📋 copy color: '#681696'

red 104 ◦ green 22 ◦ blue 150

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

Shades of Indigo #681696

Tints of Indigo #681696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.97%

 BLUE value IS 150 (58.98% from 255) = 54.35%

R = 37.68%
G = 7.97%
B = 54.35%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#681696 (or 0x681696) is known color: Indigo. HEX triplet: 68, 16 and 96. RGB value is (104,22,150). Sum of RGB (Red+Green+Blue) = 104+22+150=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #681696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681696 is #97E969. Grayscale: #3C3C3C. Windows color (decimal): -9955690 or 9836136. OLE color: 9836136.

HSL color Cylindrical-coordinate representation of color #681696: hue angle of 278.44º degrees, saturation: 0.74, 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 #681696 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 22 150 -
CMYK 0.31 0.85 0 0.41
HSL 278.44º 0.74% 0.34% -
HSV(B) 278.44º 0.85% 0.59% -
XYZ 11.5 5.72 29.35 -
YUV 61.11 178.17 158.59 -
System Red Green Blue C M Y K H S L
Decimal 104 22 150 0.31 0.85 0 0.41 278.44 0.74 0.34
Hex 68 16 96 1F 55 0 29 116 4A 22
Octal 150 26 226 37 125 0 51 426 112 42
Binary 1101000 10110 10010110 11111 1010101 0 101001 100010110 1001010 100010

Color Harmonies of #681696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681696

Black with #681696

Text Example


Text Example

White with #681696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681696; }

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

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

background-color css

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

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

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

border-color css

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

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

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