Html Css Color HEX #681690 Indigo

📋 copy color: '#681690'

red 104 ◦ green 22 ◦ blue 144

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

Shades of Indigo #681690

Tints of Indigo #681690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 53.33%

R = 38.52%
G = 8.15%
B = 53.33%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#681690 (or 0x681690) is known color: Indigo. HEX triplet: 68, 16 and 90. RGB value is (104,22,144). Sum of RGB (Red+Green+Blue) = 104+22+144=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #681690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681690 is #97E96F. Grayscale: #3C3C3C. Windows color (decimal): -9955696 or 9442920. OLE color: 9442920.

HSL color Cylindrical-coordinate representation of color #681690: hue angle of 280.33º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681690 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 22 144 -
CMYK 0.28 0.85 0 0.44
HSL 280.33º 0.73% 0.33% -
HSV(B) 280.33º 0.85% 0.56% -
XYZ 11.03 5.53 26.87 -
YUV 60.43 175.17 159.08 -
System Red Green Blue C M Y K H S L
Decimal 104 22 144 0.28 0.85 0 0.44 280.33 0.73 0.33
Hex 68 16 90 1C 55 0 2C 118 49 21
Octal 150 26 220 34 125 0 54 430 111 41
Binary 1101000 10110 10010000 11100 1010101 0 101100 100011000 1001001 100001

Color Harmonies of #681690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681690

Black with #681690

Text Example


Text Example

White with #681690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681690; }

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

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

background-color css

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

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

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

border-color css

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

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

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