Html Css Color HEX #680991 Indigo

📋 copy color: '#680991'

red 104 ◦ green 9 ◦ blue 145

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

Shades of Indigo #680991

Tints of Indigo #680991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.49%

 BLUE value IS 145 (57.03% from 255) = 56.2%

R = 40.31%
G = 3.49%
B = 56.2%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#680991 (or 0x680991) is known color: Indigo. HEX triplet: 68, 09 and 91. RGB value is (104,9,145). Sum of RGB (Red+Green+Blue) = 104+9+145=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #680991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680991 is #97F66E. Grayscale: #343434. Windows color (decimal): -9959023 or 9505128. OLE color: 9505128.

HSL color Cylindrical-coordinate representation of color #680991: hue angle of 281.91º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680991 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 9 145 -
CMYK 0.28 0.94 0 0.43
HSL 281.91º 0.88% 0.3% -
HSV(B) 281.91º 0.94% 0.57% -
XYZ 10.92 5.18 27.21 -
YUV 52.91 179.97 164.44 -
System Red Green Blue C M Y K H S L
Decimal 104 9 145 0.28 0.94 0 0.43 281.91 0.88 0.3
Hex 68 9 91 1C 5E 0 2B 11A 58 1E
Octal 150 11 221 34 136 0 53 432 130 36
Binary 1101000 1001 10010001 11100 1011110 0 101011 100011010 1011000 11110

Color Harmonies of #680991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680991

Black with #680991

Text Example


Text Example

White with #680991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680991; }

 p { color: rgb(104,9,145); }

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

background-color css

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

 a { background-color: rgb(104,9,145); }

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

border-color css

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

 span { border-color: rgb(104,9,145); }

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