Html Css Color HEX #680599 Indigo

📋 copy color: '#680599'

red 104 ◦ green 5 ◦ blue 153

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

Shades of Indigo #680599

Tints of Indigo #680599

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

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

R = 39.69%
G = 1.91%
B = 58.4%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#680599 (or 0x680599) is known color: Indigo. HEX triplet: 68, 05 and 99. RGB value is (104,5,153). Sum of RGB (Red+Green+Blue) = 104+5+153=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #680599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680599 is #97FA66. Grayscale: #323232. Windows color (decimal): -9960039 or 10028392. OLE color: 10028392.

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

Color convert

RGB 104 5 153 -
CMYK 0.32 0.97 0 0.4
HSL 280.14º 0.94% 0.31% -
HSV(B) 280.14º 0.97% 0.6% -
XYZ 11.51 5.35 30.56 -
YUV 51.47 185.3 165.47 -
System Red Green Blue C M Y K H S L
Decimal 104 5 153 0.32 0.97 0 0.4 280.14 0.94 0.31
Hex 68 5 99 20 61 0 28 118 5E 1F
Octal 150 5 231 40 141 0 50 430 136 37
Binary 1101000 101 10011001 100000 1100001 0 101000 100011000 1011110 11111

Color Harmonies of #680599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680599

Black with #680599

Text Example


Text Example

White with #680599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680599; }

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

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

background-color css

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

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

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

border-color css

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

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

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