Html Css Color HEX #680B9F Indigo

📋 copy color: '#680B9F'

red 104 ◦ green 11 ◦ blue 159

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

Shades of Indigo #680B9F

Tints of Indigo #680B9F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.01%

 BLUE value IS 159 (62.5% from 255) = 58.03%

R = 37.96%
G = 4.01%
B = 58.03%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#680B9F (or 0x680B9F) is known color: Indigo. HEX triplet: 68, 0B and 9F. RGB value is (104,11,159). Sum of RGB (Red+Green+Blue) = 104+11+159=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #680B9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680B9F is #97F460. Grayscale: #373737. Windows color (decimal): -9958497 or 10423144. OLE color: 10423144.

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

Color convert

RGB 104 11 159 -
CMYK 0.35 0.93 0 0.38
HSL 277.7º 0.87% 0.33% -
HSV(B) 277.7º 0.93% 0.62% -
XYZ 12.09 5.69 33.26 -
YUV 55.68 186.31 162.47 -
System Red Green Blue C M Y K H S L
Decimal 104 11 159 0.35 0.93 0 0.38 277.7 0.87 0.33
Hex 68 B 9F 23 5D 0 26 116 57 21
Octal 150 13 237 43 135 0 46 426 127 41
Binary 1101000 1011 10011111 100011 1011101 0 100110 100010110 1010111 100001

Color Harmonies of #680B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B9F

Black with #680B9F

Text Example


Text Example

White with #680B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,11,159); }

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

background-color css

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

 a { background-color: rgb(104,11,159); }

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

border-color css

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

 span { border-color: rgb(104,11,159); }

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