Html Css Color HEX #680C9B Indigo

📋 copy color: '#680C9B'

red 104 ◦ green 12 ◦ blue 155

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

Shades of Indigo #680C9B

Tints of Indigo #680C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.2%

R = 38.38%
G = 4.43%
B = 57.2%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#680C9B (or 0x680C9B) is known color: Indigo. HEX triplet: 68, 0C and 9B. RGB value is (104,12,155). Sum of RGB (Red+Green+Blue) = 104+12+155=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #680C9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680C9B is #97F364. Grayscale: #373737. Windows color (decimal): -9958245 or 10161256. OLE color: 10161256.

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

Color convert

RGB 104 12 155 -
CMYK 0.33 0.92 0 0.39
HSL 278.6º 0.86% 0.33% -
HSV(B) 278.6º 0.92% 0.61% -
XYZ 11.76 5.57 31.47 -
YUV 55.81 183.98 162.37 -
System Red Green Blue C M Y K H S L
Decimal 104 12 155 0.33 0.92 0 0.39 278.6 0.86 0.33
Hex 68 C 9B 21 5C 0 27 117 56 21
Octal 150 14 233 41 134 0 47 427 126 41
Binary 1101000 1100 10011011 100001 1011100 0 100111 100010111 1010110 100001

Color Harmonies of #680C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C9B

Black with #680C9B

Text Example


Text Example

White with #680C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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