Html Css Color HEX #680D99 Indigo

📋 copy color: '#680D99'

red 104 ◦ green 13 ◦ blue 153

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

Shades of Indigo #680D99

Tints of Indigo #680D99

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.81%

 BLUE value IS 153 (60.16% from 255) = 56.67%

R = 38.52%
G = 4.81%
B = 56.67%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#680D99 (or 0x680D99) is known color: Indigo. HEX triplet: 68, 0D and 99. RGB value is (104,13,153). Sum of RGB (Red+Green+Blue) = 104+13+153=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #680D99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680D99 is #97F266. Grayscale: #373737. Windows color (decimal): -9957991 or 10030440. OLE color: 10030440.

HSL color Cylindrical-coordinate representation of color #680D99: hue angle of 279º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680D99 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 13 153 -
CMYK 0.32 0.92 0 0.4
HSL 279º 0.84% 0.33% -
HSV(B) 279º 0.92% 0.6% -
XYZ 11.6 5.53 30.59 -
YUV 56.17 182.65 162.12 -
System Red Green Blue C M Y K H S L
Decimal 104 13 153 0.32 0.92 0 0.4 279 0.84 0.33
Hex 68 D 99 20 5C 0 28 117 54 21
Octal 150 15 231 40 134 0 50 427 124 41
Binary 1101000 1101 10011001 100000 1011100 0 101000 100010111 1010100 100001

Color Harmonies of #680D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680D99

Black with #680D99

Text Example


Text Example

White with #680D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,13,153); }

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

background-color css

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

 a { background-color: rgb(104,13,153); }

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

border-color css

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

 span { border-color: rgb(104,13,153); }

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