Html Css Color HEX #680AA0 Indigo

📋 copy color: '#680AA0'

red 104 ◦ green 10 ◦ blue 160

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

Shades of Indigo #680AA0

Tints of Indigo #680AA0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.65%

 BLUE value IS 160 (62.89% from 255) = 58.39%

R = 37.96%
G = 3.65%
B = 58.39%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#680AA0 (or 0x680AA0) is known color: Indigo. HEX triplet: 68, 0A and A0. RGB value is (104,10,160). Sum of RGB (Red+Green+Blue) = 104+10+160=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 160 (62.89% from 255 or 58.39% from 274); Max value from RGB is 160 - color contains mainly: blue. Hex color #680AA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680AA0 is #97F55F. Grayscale: #363636. Windows color (decimal): -9958752 or 10488424. OLE color: 10488424.

HSL color Cylindrical-coordinate representation of color #680AA0: hue angle of 277.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680AA0 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 10 160 -
CMYK 0.35 0.94 0 0.37
HSL 277.6º 0.88% 0.33% -
HSV(B) 277.6º 0.94% 0.63% -
XYZ 12.16 5.7 33.72 -
YUV 55.21 187.14 162.8 -
System Red Green Blue C M Y K H S L
Decimal 104 10 160 0.35 0.94 0 0.37 277.6 0.88 0.33
Hex 68 A A0 23 5E 0 25 116 58 21
Octal 150 12 240 43 136 0 45 426 130 41
Binary 1101000 1010 10100000 100011 1011110 0 100101 100010110 1011000 100001

Color Harmonies of #680AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680AA0

Black with #680AA0

Text Example


Text Example

White with #680AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680AA0; }

 p { color: rgb(104,10,160); }

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

background-color css

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

 a { background-color: rgb(104,10,160); }

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

border-color css

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

 span { border-color: rgb(104,10,160); }

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