Html Css Color HEX #680C9D Indigo

📋 copy color: '#680C9D'

red 104 ◦ green 12 ◦ blue 157

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

Shades of Indigo #680C9D

Tints of Indigo #680C9D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.4%

 BLUE value IS 157 (61.72% from 255) = 57.51%

R = 38.1%
G = 4.4%
B = 57.51%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#680C9D (or 0x680C9D) is known color: Indigo. HEX triplet: 68, 0C and 9D. RGB value is (104,12,157). Sum of RGB (Red+Green+Blue) = 104+12+157=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #680C9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680C9D is #97F362. Grayscale: #373737. Windows color (decimal): -9958243 or 10292328. OLE color: 10292328.

HSL color Cylindrical-coordinate representation of color #680C9D: hue angle of 278.07º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680C9D is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 12 157 -
CMYK 0.34 0.92 0 0.38
HSL 278.07º 0.86% 0.33% -
HSV(B) 278.07º 0.92% 0.62% -
XYZ 11.93 5.64 32.36 -
YUV 56.04 184.98 162.21 -
System Red Green Blue C M Y K H S L
Decimal 104 12 157 0.34 0.92 0 0.38 278.07 0.86 0.33
Hex 68 C 9D 22 5C 0 26 116 56 21
Octal 150 14 235 42 134 0 46 426 126 41
Binary 1101000 1100 10011101 100010 1011100 0 100110 100010110 1010110 100001

Color Harmonies of #680C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C9D

Black with #680C9D

Text Example


Text Example

White with #680C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,12,157); }

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

background-color css

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

 a { background-color: rgb(104,12,157); }

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

border-color css

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

 span { border-color: rgb(104,12,157); }

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