Html Css Color HEX #680AA4 Indigo

📋 copy color: '#680AA4'

red 104 ◦ green 10 ◦ blue 164

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

Shades of Indigo #680AA4

Tints of Indigo #680AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 58.99%

R = 37.41%
G = 3.6%
B = 58.99%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#680AA4 (or 0x680AA4) is known color: Indigo. HEX triplet: 68, 0A and A4. RGB value is (104,10,164). Sum of RGB (Red+Green+Blue) = 104+10+164=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 164 (64.45% from 255 or 58.99% from 278); Max value from RGB is 164 - color contains mainly: blue. Hex color #680AA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680AA4 is #97F55B. Grayscale: #373737. Windows color (decimal): -9958748 or 10750568. OLE color: 10750568.

HSL color Cylindrical-coordinate representation of color #680AA4: hue angle of 276.62º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680AA4 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 10 164 -
CMYK 0.37 0.94 0 0.36
HSL 276.62º 0.89% 0.34% -
HSV(B) 276.62º 0.94% 0.64% -
XYZ 12.52 5.84 35.59 -
YUV 55.66 189.14 162.48 -
System Red Green Blue C M Y K H S L
Decimal 104 10 164 0.37 0.94 0 0.36 276.62 0.89 0.34
Hex 68 A A4 25 5E 0 24 115 59 22
Octal 150 12 244 45 136 0 44 425 131 42
Binary 1101000 1010 10100100 100101 1011110 0 100100 100010101 1011001 100010

Color Harmonies of #680AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680AA4

Black with #680AA4

Text Example


Text Example

White with #680AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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