Html Css Color HEX #680699 Indigo

📋 copy color: '#680699'

red 104 ◦ green 6 ◦ blue 153

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

Shades of Indigo #680699

Tints of Indigo #680699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.28%

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

R = 39.54%
G = 2.28%
B = 58.17%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#680699 (or 0x680699) is known color: Indigo. HEX triplet: 68, 06 and 99. RGB value is (104,6,153). Sum of RGB (Red+Green+Blue) = 104+6+153=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #680699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680699 is #97F966. Grayscale: #333333. Windows color (decimal): -9959783 or 10028648. OLE color: 10028648.

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

Color convert

RGB 104 6 153 -
CMYK 0.32 0.96 0 0.4
HSL 280º 0.92% 0.31% -
HSV(B) 280º 0.96% 0.6% -
XYZ 11.52 5.37 30.57 -
YUV 52.06 184.97 165.05 -
System Red Green Blue C M Y K H S L
Decimal 104 6 153 0.32 0.96 0 0.4 280 0.92 0.31
Hex 68 6 99 20 60 0 28 118 5C 1F
Octal 150 6 231 40 140 0 50 430 134 37
Binary 1101000 110 10011001 100000 1100000 0 101000 100011000 1011100 11111

Color Harmonies of #680699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680699

Black with #680699

Text Example


Text Example

White with #680699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680699; }

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

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

background-color css

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

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

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

border-color css

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

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

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