Html Css Color HEX #680B89 Indigo

📋 copy color: '#680B89'

red 104 ◦ green 11 ◦ blue 137

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

Shades of Indigo #680B89

Tints of Indigo #680B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 54.37%

R = 41.27%
G = 4.37%
B = 54.37%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#680B89 (or 0x680B89) is known color: Indigo. HEX triplet: 68, 0B and 89. RGB value is (104,11,137). Sum of RGB (Red+Green+Blue) = 104+11+137=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #680B89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680B89 is #97F476. Grayscale: #343434. Windows color (decimal): -9958519 or 8981352. OLE color: 8981352.

HSL color Cylindrical-coordinate representation of color #680B89: hue angle of 284.29º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680B89 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 11 137 -
CMYK 0.24 0.92 0 0.46
HSL 284.29º 0.85% 0.29% -
HSV(B) 284.29º 0.92% 0.54% -
XYZ 10.34 4.99 24.08 -
YUV 53.17 175.31 164.25 -
System Red Green Blue C M Y K H S L
Decimal 104 11 137 0.24 0.92 0 0.46 284.29 0.85 0.29
Hex 68 B 89 18 5C 0 2E 11C 55 1D
Octal 150 13 211 30 134 0 56 434 125 35
Binary 1101000 1011 10001001 11000 1011100 0 101110 100011100 1010101 11101

Color Harmonies of #680B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B89

Black with #680B89

Text Example


Text Example

White with #680B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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