Html Css Color HEX #680091 Indigo

📋 copy color: '#680091'

red 104 ◦ green 0 ◦ blue 145

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

Shades of Indigo #680091

Tints of Indigo #680091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.77%
G = 0%
B = 58.23%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#680091 (or 0x680091) is known color: Indigo. HEX triplet: 68, 00 and 91. RGB value is (104,0,145). Sum of RGB (Red+Green+Blue) = 104+0+145=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #680091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680091 is #97FF6E. Grayscale: #2F2F2F. Windows color (decimal): -9961327 or 9502824. OLE color: 9502824.

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

Color convert

RGB 104 0 145 -
CMYK 0.28 1 0 0.43
HSL 283.03º 1% 0.28% -
HSV(B) 283.03º 1% 0.57% -
XYZ 10.82 4.99 27.18 -
YUV 47.63 182.96 168.21 -
System Red Green Blue C M Y K H S L
Decimal 104 0 145 0.28 1 0 0.43 283.03 1 0.28
Hex 68 0 91 1C 64 0 2B 11B 64 1C
Octal 150 0 221 34 144 0 53 433 144 34
Binary 1101000 0 10010001 11100 1100100 0 101011 100011011 1100100 11100

Color Harmonies of #680091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680091

Black with #680091

Text Example


Text Example

White with #680091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680091; }

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

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

background-color css

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

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

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

border-color css

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

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

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